#B667CD

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

Shades of Medium Orchid #B667CD

Tints of Medium Orchid #B667CD

Color information

#B667CD (or 0xB667CD) is unknown color: approx Medium Orchid. HEX triplet: B6, 67 and CD. RGB value is (182,103,205). Sum of RGB (Red+Green+Blue) = 182+103+205=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #B667CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667CD is #499832. Grayscale: #898989. Windows color (decimal): -4823091 or 13461430. OLE color: 13461430.

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

Color convert

RGB182103205-
CMYK0.110.5000.20
HSL286.47º50.5%60.39%-
HSV(B)286.47º49.76%80.39%-
XYZ35.1624.0560.55-
YUV138.25165.67159.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=37.14%
G=21.02%
B=41.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821032050.110.5000.20286.4750.560.39
HexB667CDB3201411e323c
Octal26614731513620244366274
Binary101101101100111110011011011110010010100100011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B667CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B667CD; }

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

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

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

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

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

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

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

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