#B069CF

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

Shades of Medium Orchid #B069CF

Tints of Medium Orchid #B069CF

Color information

#B069CF (or 0xB069CF) is unknown color: approx Medium Orchid. HEX triplet: B0, 69 and CF. RGB value is (176,105,207). Sum of RGB (Red+Green+Blue) = 176+105+207=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B069CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069CF is #4F9630. Grayscale: #898989. Windows color (decimal): -5215793 or 13593008. OLE color: 13593008.

HSL color Cylindrical-coordinate representation of color #B069CF: hue angle of 281.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B069CF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176105207-
CMYK0.150.4900.19
HSL281.76º51.52%61.18%-
HSV(B)281.76º49.28%81.18%-
XYZ34.2223.8461.83-
YUV137.86167.02155.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 105 (41.41% from 255) = 21.52%
BLUE value IS 207 (81.25% from 255) = 42.42%
R=36.07%
G=21.52%
B=42.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761052070.150.4900.19281.7651.5261.18
HexB069CFF3101311a343d
Octal26015131717610234326475
Binary101100001101001110011111111110001010011100011010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069CF; }

 p { color: rgb(176,105,207); }

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

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

 a { background-color: rgb(176,105,207); }

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

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

 span { border-color: rgb(176,105,207); }

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