#B066FF

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

Shades of Medium Purple #B066FF

Tints of Medium Purple #B066FF

Color information

#B066FF (or 0xB066FF) is unknown color: approx Medium Purple. HEX triplet: B0, 66 and FF. RGB value is (176,102,255). Sum of RGB (Red+Green+Blue) = 176+102+255=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #B066FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B066FF is #4F9900. Grayscale: #8D8D8D. Windows color (decimal): -5216513 or 16737968. OLE color: 16737968.

HSL color Cylindrical-coordinate representation of color #B066FF: hue angle of 269.02º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B066FF is Cyan = 0.31, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176102255-
CMYK0.310.600
HSL269.02º100%70%-
HSV(B)269.02º60%100%-
XYZ40.7125.9597.47-
YUV141.57192.02152.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.02%
GREEN value IS 102 (40.23% from 255) = 19.14%
BLUE value IS 255 (100% from 255) = 47.84%
R=33.02%
G=19.14%
B=47.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761022550.310.600269.0210070
HexB066FF1F3C0010d6446
Octal260146377377400415144106
Binary10110000110011011111111111111111000010000110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066FF; }

 p { color: rgb(176,102,255); }

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

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

 a { background-color: rgb(176,102,255); }

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

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

 span { border-color: rgb(176,102,255); }

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