Html Css Color HEX #B364CC Medium Orchid

📋 copy color: '#B364CC'

red 179 ◦ green 100 ◦ blue 204

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

Shades of Medium Orchid #B364CC

Tints of Medium Orchid #B364CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 37.06%
G = 20.7%
B = 42.24%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B364CC (or 0xB364CC) is known color: Medium Orchid. HEX triplet: B3, 64 and CC. RGB value is (179,100,204). Sum of RGB (Red+Green+Blue) = 179+100+204=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #B364CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364CC is #4C9B33. Grayscale: #878787. Windows color (decimal): -5020468 or 13395123. OLE color: 13395123.

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

Color convert

RGB 179 100 204 -
CMYK 0.12 0.51 0 0.2
HSL 285.58º 0.5% 0.6% -
HSV(B) 285.58º 0.51% 0.8% -
XYZ 34.05 23.06 59.78 -
YUV 135.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 179 100 204 0.12 0.51 0 0.2 285.58 0.5 0.6
Hex B3 64 CC C 33 0 14 11E 32 3C
Octal 263 144 314 14 63 0 24 436 62 74
Binary 10110011 1100100 11001100 1100 110011 0 10100 100011110 110010 111100

Color Harmonies of #B364CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364CC

Black with #B364CC

Text Example


Text Example

White with #B364CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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