Html Css Color HEX #B664DB Medium Orchid

📋 copy color: '#B664DB'

red 182 ◦ green 100 ◦ blue 219

#B664DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B664DB

Tints of Medium Orchid #B664DB

RGB

 RED value IS 182 (71.48% from 255) = 36.33%

 GREEN value IS 100 (39.45% from 255) = 19.96%

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 36.33%
G = 19.96%
B = 43.71%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B664DB (or 0xB664DB) is known color: Medium Orchid. HEX triplet: B6, 64 and DB. RGB value is (182,100,219). Sum of RGB (Red+Green+Blue) = 182+100+219=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #B664DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B664DB is #499B24. Grayscale: #898989. Windows color (decimal): -4823845 or 14378166. OLE color: 14378166.

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

Color convert

RGB 182 100 219 -
CMYK 0.17 0.54 0 0.14
HSL 281.34º 0.62% 0.63% -
HSV(B) 281.34º 0.54% 0.86% -
XYZ 36.63 24.17 69.75 -
YUV 138.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 182 100 219 0.17 0.54 0 0.14 281.34 0.62 0.63
Hex B6 64 DB 11 36 0 E 119 3E 3F
Octal 266 144 333 21 66 0 16 431 76 77
Binary 10110110 1100100 11011011 10001 110110 0 1110 100011001 111110 111111

Color Harmonies of #B664DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B664DB

Black with #B664DB

Text Example


Text Example

White with #B664DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B664DB; }

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

 H1.HeaderClassName
 {
   color: #B664DB;
 }
 .AnyTagClassName
 {
   color: #B664DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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