Html Css Color HEX #BD82BE London Hue

📋 copy color: '#BD82BE'

red 189 ◦ green 130 ◦ blue 190

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

Shades of London Hue #BD82BE

Tints of London Hue #BD82BE

RGB

 RED value IS 189 (74.22% from 255) = 37.13%

 GREEN value IS 130 (51.17% from 255) = 25.54%

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 37.13%
G = 25.54%
B = 37.33%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD82BE (or 0xBD82BE) is known color: London Hue. HEX triplet: BD, 82 and BE. RGB value is (189,130,190). Sum of RGB (Red+Green+Blue) = 189+130+190=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82BE is #427D41. Grayscale: #9A9A9A. Windows color (decimal): -4357442 or 12485309. OLE color: 12485309.

HSL color Cylindrical-coordinate representation of color #BD82BE: hue angle of 299º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD82BE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 130 190 -
CMYK 0.01 0.32 0 0.25
HSL 299º 0.32% 0.63% -
HSV(B) 299º 0.32% 0.75% -
XYZ 38.26 30.5 52.59 -
YUV 154.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 189 130 190 0.01 0.32 0 0.25 299 0.32 0.63
Hex BD 82 BE 1 20 0 19 12B 20 3F
Octal 275 202 276 1 40 0 31 453 40 77
Binary 10111101 10000010 10111110 1 100000 0 11001 100101011 100000 111111

Color Harmonies of #BD82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD82BE

Black with #BD82BE

Text Example


Text Example

White with #BD82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD82BE; }

 p { color: rgb(189,130,190); }

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

background-color css

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

 a { background-color: rgb(189,130,190); }

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

border-color css

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

 span { border-color: rgb(189,130,190); }

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