Html Css Color HEX #BD84BD London Hue

📋 copy color: '#BD84BD'

red 189 ◦ green 132 ◦ blue 189

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

Shades of London Hue #BD84BD

Tints of London Hue #BD84BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.88%

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 37.06%
G = 25.88%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD84BD (or 0xBD84BD) is known color: London Hue. HEX triplet: BD, 84 and BD. RGB value is (189,132,189). Sum of RGB (Red+Green+Blue) = 189+132+189=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84BD is #427B42. Grayscale: #9B9B9B. Windows color (decimal): -4356931 or 12420285. OLE color: 12420285.

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

Color convert

RGB 189 132 189 -
CMYK 0 0.30 0 0.26
HSL 300º 0.3% 0.63% -
HSV(B) 300º 0.3% 0.74% -
XYZ 38.42 31 52.1 -
YUV 155.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 189 132 189 0 0.30 0 0.26 300 0.3 0.63
Hex BD 84 BD 0 1E 0 1A 12C 1E 3F
Octal 275 204 275 0 36 0 32 454 36 77
Binary 10111101 10000100 10111101 0 11110 0 11010 100101100 11110 111111

Color Harmonies of #BD84BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD84BD

Black with #BD84BD

Text Example


Text Example

White with #BD84BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD84BD; }

 p { color: rgb(189,132,189); }

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

background-color css

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

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

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

border-color css

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

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

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