Html Css Color HEX #B35ECC Medium Orchid

📋 copy color: '#B35ECC'

red 179 ◦ green 94 ◦ blue 204

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

Shades of Medium Orchid #B35ECC

Tints of Medium Orchid #B35ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.71%

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

R = 37.53%
G = 19.71%
B = 42.77%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B35ECC (or 0xB35ECC) is known color: Medium Orchid. HEX triplet: B3, 5E and CC. RGB value is (179,94,204). Sum of RGB (Red+Green+Blue) = 179+94+204=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #B35ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ECC is #4CA133. Grayscale: #838383. Windows color (decimal): -5022004 or 13393587. OLE color: 13393587.

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

Color convert

RGB 179 94 204 -
CMYK 0.12 0.54 0 0.2
HSL 286.36º 0.52% 0.58% -
HSV(B) 286.36º 0.54% 0.8% -
XYZ 33.49 21.95 59.6 -
YUV 131.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 179 94 204 0.12 0.54 0 0.2 286.36 0.52 0.58
Hex B3 5E CC C 36 0 14 11E 34 3A
Octal 263 136 314 14 66 0 24 436 64 72
Binary 10110011 1011110 11001100 1100 110110 0 10100 100011110 110100 111010

Color Harmonies of #B35ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35ECC

Black with #B35ECC

Text Example


Text Example

White with #B35ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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