Html Css Color HEX #BD83BB London Hue

📋 copy color: '#BD83BB'

red 189 ◦ green 131 ◦ blue 187

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

Shades of London Hue #BD83BB

Tints of London Hue #BD83BB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.84%

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 37.28%
G = 25.84%
B = 36.88%

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

#BD83BB (or 0xBD83BB) is known color: London Hue. HEX triplet: BD, 83 and BB. RGB value is (189,131,187). Sum of RGB (Red+Green+Blue) = 189+131+187=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BD83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83BB is #427C44. Grayscale: #9A9A9A. Windows color (decimal): -4357189 or 12288957. OLE color: 12288957.

HSL color Cylindrical-coordinate representation of color #BD83BB: hue angle of 302.07º 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 #BD83BB is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 131 187 -
CMYK 0 0.31 0.01 0.26
HSL 302.07º 0.31% 0.63% -
HSV(B) 302.07º 0.31% 0.74% -
XYZ 38.07 30.64 50.92 -
YUV 154.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 189 131 187 0 0.31 0.01 0.26 302.07 0.31 0.63
Hex BD 83 BB 0 1F 1 1A 12E 1F 3F
Octal 275 203 273 0 37 1 32 456 37 77
Binary 10111101 10000011 10111011 0 11111 1 11010 100101110 11111 111111

Color Harmonies of #BD83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83BB

Black with #BD83BB

Text Example


Text Example

White with #BD83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83BB; }

 p { color: rgb(189,131,187); }

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

background-color css

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

 a { background-color: rgb(189,131,187); }

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

border-color css

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

 span { border-color: rgb(189,131,187); }

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