#B669CC

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

Shades of Medium Orchid #B669CC

Tints of Medium Orchid #B669CC

Color information

#B669CC (or 0xB669CC) is unknown color: approx Medium Orchid. HEX triplet: B6, 69 and CC. RGB value is (182,105,204). Sum of RGB (Red+Green+Blue) = 182+105+204=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #B669CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669CC is #499633. Grayscale: #8A8A8A. Windows color (decimal): -4822580 or 13396406. OLE color: 13396406.

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

Color convert

RGB182105204-
CMYK0.110.4900.2
HSL286.67º49.25%60.59%-
HSV(B)286.67º48.53%80%-
XYZ35.2424.4159.98-
YUV139.31164.51158.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 105 (41.41% from 255) = 21.38%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=37.07%
G=21.38%
B=41.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821052040.110.4900.2286.6749.2560.59
HexB669CCB3101411f313d
Octal26615131413610244376175
Binary101101101101001110011001011110001010100100011111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669CC; }

 p { color: rgb(182,105,204); }

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

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

 a { background-color: rgb(182,105,204); }

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

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

 span { border-color: rgb(182,105,204); }

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