Html Css Color HEX #BD82BC London Hue

📋 copy color: '#BD82BC'

red 189 ◦ green 130 ◦ blue 188

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

Shades of London Hue #BD82BC

Tints of London Hue #BD82BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 37.28%
G = 25.64%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD82BC (or 0xBD82BC) is known color: London Hue. HEX triplet: BD, 82 and BC. RGB value is (189,130,188). Sum of RGB (Red+Green+Blue) = 189+130+188=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BD82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82BC is #427D43. Grayscale: #9A9A9A. Windows color (decimal): -4357444 or 12354237. OLE color: 12354237.

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

Color convert

RGB 189 130 188 -
CMYK 0 0.31 0.01 0.26
HSL 301.02º 0.31% 0.63% -
HSV(B) 301.02º 0.31% 0.74% -
XYZ 38.05 30.41 51.44 -
YUV 154.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 189 130 188 0 0.31 0.01 0.26 301.02 0.31 0.63
Hex BD 82 BC 0 1F 1 1A 12D 1F 3F
Octal 275 202 274 0 37 1 32 455 37 77
Binary 10111101 10000010 10111100 0 11111 1 11010 100101101 11111 111111

Color Harmonies of #BD82BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD82BC

Black with #BD82BC

Text Example


Text Example

White with #BD82BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD82BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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