Html Css Color HEX #B339CB Medium Orchid

📋 copy color: '#B339CB'

red 179 ◦ green 57 ◦ blue 203

#B339CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B339CB

Tints of Medium Orchid #B339CB

RGB

 RED value IS 179 (70.31% from 255) = 40.77%

 GREEN value IS 57 (22.66% from 255) = 12.98%

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 40.77%
G = 12.98%
B = 46.24%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B339CB (or 0xB339CB) is known color: Medium Orchid. HEX triplet: B3, 39 and CB. RGB value is (179,57,203). Sum of RGB (Red+Green+Blue) = 179+57+203=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #B339CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B339CB is #4CC634. Grayscale: #6D6D6D. Windows color (decimal): -5031477 or 13318579. OLE color: 13318579.

HSL color Cylindrical-coordinate representation of color #B339CB: hue angle of 290.14º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B339CB is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 57 203 -
CMYK 0.12 0.72 0 0.20
HSL 290.14º 0.58% 0.51% -
HSV(B) 290.14º 0.72% 0.8% -
XYZ 30.83 16.82 58.12 -
YUV 110.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 179 57 203 0.12 0.72 0 0.20 290.14 0.58 0.51
Hex B3 39 CB C 48 0 14 122 3A 33
Octal 263 71 313 14 110 0 24 442 72 63
Binary 10110011 111001 11001011 1100 1001000 0 10100 100100010 111010 110011

Color Harmonies of #B339CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B339CB

Black with #B339CB

Text Example


Text Example

White with #B339CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B339CB; }

 p { color: rgb(179,57,203); }

 H1.HeaderClassName
 {
   color: #B339CB;
 }
 .AnyTagClassName
 {
   color: #B339CB;
 }
</style>

background-color css

<style>
 a { background-color: #B339CB; }

 a { background-color: rgb(179,57,203); }

 div.DivClassName
 {
   background-color: #B339CB;
 }
 .BgClassName
 {
   background-color: #B339CB;
 }
</style>

border-color css

<style>
 span { border-color: #B339CB; }

 span { border-color: rgb(179,57,203); }

 td.TdClassName
 {
   border-color: #B339CB;
 }
 .TagClassName
 {
   border-color: #B339CB;
 }
</style>