#B672DB

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

Shades of Medium Orchid #B672DB

Tints of Medium Orchid #B672DB

Color information

#B672DB (or 0xB672DB) is unknown color: approx Medium Orchid. HEX triplet: B6, 72 and DB. RGB value is (182,114,219). Sum of RGB (Red+Green+Blue) = 182+114+219=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #B672DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672DB is #498D24. Grayscale: #919191. Windows color (decimal): -4820261 or 14381750. OLE color: 14381750.

HSL color Cylindrical-coordinate representation of color #B672DB: hue angle of 278.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B672DB is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182114219-
CMYK0.170.4800.14
HSL278.86º59.32%65.29%-
HSV(B)278.86º47.95%85.88%-
XYZ38.0927.0970.24-
YUV146.3169.03153.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 114 (44.92% from 255) = 22.14%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=35.34%
G=22.14%
B=42.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821142190.170.4800.14278.8659.3265.29
HexB672DB11300E1173b41
Octal266162333216001642773101
Binary1011011011100101101101110001110000011101000101111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B672DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B672DB; }

 p { color: rgb(182,114,219); }

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

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

 a { background-color: rgb(182,114,219); }

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

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

 span { border-color: rgb(182,114,219); }

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