Html Css Color HEX #B668DB Medium Orchid

📋 copy color: '#B668DB'

red 182 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #B668DB

Tints of Medium Orchid #B668DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.59%

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

R = 36.04%
G = 20.59%
B = 43.37%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B668DB (or 0xB668DB) is known color: Medium Orchid. HEX triplet: B6, 68 and DB. RGB value is (182,104,219). Sum of RGB (Red+Green+Blue) = 182+104+219=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #B668DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668DB is #499724. Grayscale: #8C8C8C. Windows color (decimal): -4822821 or 14379190. OLE color: 14379190.

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

Color convert

RGB 182 104 219 -
CMYK 0.17 0.53 0 0.14
HSL 280.7º 0.61% 0.63% -
HSV(B) 280.7º 0.53% 0.86% -
XYZ 37.03 24.96 69.88 -
YUV 140.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 182 104 219 0.17 0.53 0 0.14 280.7 0.61 0.63
Hex B6 68 DB 11 35 0 E 119 3D 3F
Octal 266 150 333 21 65 0 16 431 75 77
Binary 10110110 1101000 11011011 10001 110101 0 1110 100011001 111101 111111

Color Harmonies of #B668DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B668DB

Black with #B668DB

Text Example


Text Example

White with #B668DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B668DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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