Html Css Color HEX #B05CCC Medium Orchid

📋 copy color: '#B05CCC'

red 176 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #B05CCC

Tints of Medium Orchid #B05CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.49%

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

R = 37.29%
G = 19.49%
B = 43.22%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B05CCC (or 0xB05CCC) is known color: Medium Orchid. HEX triplet: B0, 5C and CC. RGB value is (176,92,204). Sum of RGB (Red+Green+Blue) = 176+92+204=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #B05CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CCC is #4FA333. Grayscale: #818181. Windows color (decimal): -5219124 or 13393072. OLE color: 13393072.

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

Color convert

RGB 176 92 204 -
CMYK 0.14 0.55 0 0.2
HSL 285º 0.52% 0.58% -
HSV(B) 285º 0.55% 0.8% -
XYZ 32.63 21.24 59.51 -
YUV 129.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 176 92 204 0.14 0.55 0 0.2 285 0.52 0.58
Hex B0 5C CC E 37 0 14 11D 34 3A
Octal 260 134 314 16 67 0 24 435 64 72
Binary 10110000 1011100 11001100 1110 110111 0 10100 100011101 110100 111010

Color Harmonies of #B05CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CCC

Black with #B05CCC

Text Example


Text Example

White with #B05CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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