Html Css Color HEX #BD83BA London Hue

📋 copy color: '#BD83BA'

red 189 ◦ green 131 ◦ blue 186

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

Shades of London Hue #BD83BA

Tints of London Hue #BD83BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 37.35%
G = 25.89%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD83BA (or 0xBD83BA) is known color: London Hue. HEX triplet: BD, 83 and BA. RGB value is (189,131,186). Sum of RGB (Red+Green+Blue) = 189+131+186=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BD83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83BA is #427C45. Grayscale: #9A9A9A. Windows color (decimal): -4357190 or 12223421. OLE color: 12223421.

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

Color convert

RGB 189 131 186 -
CMYK 0 0.31 0.02 0.26
HSL 303.1º 0.31% 0.63% -
HSV(B) 303.1º 0.31% 0.74% -
XYZ 37.97 30.6 50.36 -
YUV 154.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 189 131 186 0 0.31 0.02 0.26 303.1 0.31 0.63
Hex BD 83 BA 0 1F 2 1A 12F 1F 3F
Octal 275 203 272 0 37 2 32 457 37 77
Binary 10111101 10000011 10111010 0 11111 10 11010 100101111 11111 111111

Color Harmonies of #BD83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83BA

Black with #BD83BA

Text Example


Text Example

White with #BD83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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