#B667CC

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

Shades of Medium Orchid #B667CC

Tints of Medium Orchid #B667CC

Color information

#B667CC (or 0xB667CC) is unknown color: approx Medium Orchid. HEX triplet: B6, 67 and CC. RGB value is (182,103,204). Sum of RGB (Red+Green+Blue) = 182+103+204=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #B667CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667CC is #499833. Grayscale: #898989. Windows color (decimal): -4823092 or 13395894. OLE color: 13395894.

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

Color convert

RGB182103204-
CMYK0.110.5000.2
HSL286.93º49.75%60.2%-
HSV(B)286.93º49.51%80%-
XYZ35.0424.0159.91-
YUV138.14165.17159.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 103 (40.62% from 255) = 21.06%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=37.22%
G=21.06%
B=41.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821032040.110.5000.2286.9349.7560.2
HexB667CCB3201411f323c
Octal26614731413620244376274
Binary101101101100111110011001011110010010100100011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B667CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B667CC; }

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

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

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

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

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

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

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

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