Html Css Color HEX #B466DB Medium Orchid

📋 copy color: '#B466DB'

red 180 ◦ green 102 ◦ blue 219

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

Shades of Medium Orchid #B466DB

Tints of Medium Orchid #B466DB

RGB

 RED value IS 180 (70.7% from 255) = 35.93%

 GREEN value IS 102 (40.23% from 255) = 20.36%

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

R = 35.93%
G = 20.36%
B = 43.71%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B466DB (or 0xB466DB) is known color: Medium Orchid. HEX triplet: B4, 66 and DB. RGB value is (180,102,219). Sum of RGB (Red+Green+Blue) = 180+102+219=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 102 (40.23% from 255 or 20.36% 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 #B466DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466DB is #4B9924. Grayscale: #8A8A8A. Windows color (decimal): -4954405 or 14378676. OLE color: 14378676.

HSL color Cylindrical-coordinate representation of color #B466DB: hue angle of 280º degrees, saturation: 0.62, 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 #B466DB is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 102 219 -
CMYK 0.18 0.53 0 0.14
HSL 280º 0.62% 0.63% -
HSV(B) 280º 0.53% 0.86% -
XYZ 36.36 24.32 69.8 -
YUV 138.66 173.34 157.49 -
System Red Green Blue C M Y K H S L
Decimal 180 102 219 0.18 0.53 0 0.14 280 0.62 0.63
Hex B4 66 DB 12 35 0 E 118 3E 3F
Octal 264 146 333 22 65 0 16 430 76 77
Binary 10110100 1100110 11011011 10010 110101 0 1110 100011000 111110 111111

Color Harmonies of #B466DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466DB

Black with #B466DB

Text Example


Text Example

White with #B466DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466DB; }

 p { color: rgb(180,102,219); }

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

background-color css

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

 a { background-color: rgb(180,102,219); }

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

border-color css

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

 span { border-color: rgb(180,102,219); }

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