Html Css Color HEX #B364CB Medium Orchid

📋 copy color: '#B364CB'

red 179 ◦ green 100 ◦ blue 203

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

Shades of Medium Orchid #B364CB

Tints of Medium Orchid #B364CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.75%

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

R = 37.14%
G = 20.75%
B = 42.12%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B364CB (or 0xB364CB) is known color: Medium Orchid. HEX triplet: B3, 64 and CB. RGB value is (179,100,203). Sum of RGB (Red+Green+Blue) = 179+100+203=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #B364CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364CB is #4C9B34. Grayscale: #878787. Windows color (decimal): -5020469 or 13329587. OLE color: 13329587.

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

Color convert

RGB 179 100 203 -
CMYK 0.12 0.51 0 0.20
HSL 286.02º 0.5% 0.59% -
HSV(B) 286.02º 0.51% 0.8% -
XYZ 33.93 23.01 59.15 -
YUV 135.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 179 100 203 0.12 0.51 0 0.20 286.02 0.5 0.59
Hex B3 64 CB C 33 0 14 11E 32 3B
Octal 263 144 313 14 63 0 24 436 62 73
Binary 10110011 1100100 11001011 1100 110011 0 10100 100011110 110010 111011

Color Harmonies of #B364CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364CB

Black with #B364CB

Text Example


Text Example

White with #B364CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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