Html Css Color HEX #B05ECC Medium Orchid

📋 copy color: '#B05ECC'

red 176 ◦ green 94 ◦ blue 204

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

Shades of Medium Orchid #B05ECC

Tints of Medium Orchid #B05ECC

RGB

 RED value IS 176 (69.14% from 255) = 37.13%

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

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

R = 37.13%
G = 19.83%
B = 43.04%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B05ECC (or 0xB05ECC) is known color: Medium Orchid. HEX triplet: B0, 5E and CC. RGB value is (176,94,204). Sum of RGB (Red+Green+Blue) = 176+94+204=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #B05ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ECC is #4FA133. Grayscale: #828282. Windows color (decimal): -5218612 or 13393584. OLE color: 13393584.

HSL color Cylindrical-coordinate representation of color #B05ECC: hue angle of 284.73º 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 #B05ECC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 94 204 -
CMYK 0.14 0.54 0 0.2
HSL 284.73º 0.52% 0.58% -
HSV(B) 284.73º 0.54% 0.8% -
XYZ 32.81 21.6 59.57 -
YUV 131.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 176 94 204 0.14 0.54 0 0.2 284.73 0.52 0.58
Hex B0 5E CC E 36 0 14 11D 34 3A
Octal 260 136 314 16 66 0 24 435 64 72
Binary 10110000 1011110 11001100 1110 110110 0 10100 100011101 110100 111010

Color Harmonies of #B05ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05ECC

Black with #B05ECC

Text Example


Text Example

White with #B05ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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