#B06CCB

Color #B06CCB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B06CCB

Tints of Medium Orchid #B06CCB

Color information

#B06CCB (or 0xB06CCB) is unknown color: approx Medium Orchid. HEX triplet: B0, 6C and CB. RGB value is (176,108,203). Sum of RGB (Red+Green+Blue) = 176+108+203=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #B06CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CCB is #4F9334. Grayscale: #8A8A8A. Windows color (decimal): -5215029 or 13331632. OLE color: 13331632.

HSL color Cylindrical-coordinate representation of color #B06CCB: hue angle of 282.95º 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 #B06CCB is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176108203-
CMYK0.130.4700.20
HSL282.95º47.74%60.98%-
HSV(B)282.95º46.8%79.61%-
XYZ34.0524.2759.39-
YUV139.16164.03154.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 108 (42.58% from 255) = 22.18%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=36.14%
G=22.18%
B=41.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761082030.130.4700.20282.9547.7460.98
HexB06CCBD2F01411b303d
Octal26015431315570244336075
Binary101100001101100110010111101101111010100100011011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06CCB; }

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

 H1.HeaderClassName
 {
   color: #B06CCB;
 }
 .AnyTagClassName
 {
   color: #B06CCB;
 }
</style>
background-color css

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

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

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

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

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

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