Html Css Color HEX #B06CCC Medium Orchid

📋 copy color: '#B06CCC'

red 176 ◦ green 108 ◦ blue 204

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

Shades of Medium Orchid #B06CCC

Tints of Medium Orchid #B06CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.13%

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

R = 36.07%
G = 22.13%
B = 41.8%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B06CCC (or 0xB06CCC) is known color: Medium Orchid. HEX triplet: B0, 6C and CC. RGB value is (176,108,204). Sum of RGB (Red+Green+Blue) = 176+108+204=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #B06CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CCC is #4F9333. Grayscale: #8A8A8A. Windows color (decimal): -5215028 or 13397168. OLE color: 13397168.

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

Color convert

RGB 176 108 204 -
CMYK 0.14 0.47 0 0.2
HSL 282.5º 0.48% 0.61% -
HSV(B) 282.5º 0.47% 0.8% -
XYZ 34.17 24.31 60.02 -
YUV 139.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 176 108 204 0.14 0.47 0 0.2 282.5 0.48 0.61
Hex B0 6C CC E 2F 0 14 11A 30 3D
Octal 260 154 314 16 57 0 24 432 60 75
Binary 10110000 1101100 11001100 1110 101111 0 10100 100011010 110000 111101

Color Harmonies of #B06CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CCC

Black with #B06CCC

Text Example


Text Example

White with #B06CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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