#B669DB

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

Shades of Medium Orchid #B669DB

Tints of Medium Orchid #B669DB

Color information

#B669DB (or 0xB669DB) is unknown color: approx Medium Orchid. HEX triplet: B6, 69 and DB. RGB value is (182,105,219). Sum of RGB (Red+Green+Blue) = 182+105+219=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #B669DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669DB is #499624. Grayscale: #8C8C8C. Windows color (decimal): -4822565 or 14379446. OLE color: 14379446.

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

Color convert

RGB182105219-
CMYK0.170.5200.14
HSL280.53º61.29%63.53%-
HSV(B)280.53º52.05%85.88%-
XYZ37.1325.1669.92-
YUV141.02172.01157.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 105 (41.41% from 255) = 20.75%
BLUE value IS 219 (85.94% from 255) = 43.28%
R=35.97%
G=20.75%
B=43.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821052190.170.5200.14280.5361.2963.53
HexB669DB11340E1193d40
Octal266151333216401643175100
Binary1011011011010011101101110001110100011101000110011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669DB; }

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

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

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

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

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

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

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

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