Html Css Color HEX #BD84BF London Hue

📋 copy color: '#BD84BF'

red 189 ◦ green 132 ◦ blue 191

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

Shades of London Hue #BD84BF

Tints of London Hue #BD84BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.3%

R = 36.91%
G = 25.78%
B = 37.3%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD84BF (or 0xBD84BF) is known color: London Hue. HEX triplet: BD, 84 and BF. RGB value is (189,132,191). Sum of RGB (Red+Green+Blue) = 189+132+191=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD84BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84BF is #427B40. Grayscale: #9B9B9B. Windows color (decimal): -4356929 or 12551357. OLE color: 12551357.

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

Color convert

RGB 189 132 191 -
CMYK 0.01 0.31 0 0.25
HSL 297.97º 0.32% 0.63% -
HSV(B) 297.97º 0.31% 0.75% -
XYZ 38.64 31.08 53.25 -
YUV 155.77 147.88 151.7 -
System Red Green Blue C M Y K H S L
Decimal 189 132 191 0.01 0.31 0 0.25 297.97 0.32 0.63
Hex BD 84 BF 1 1F 0 19 12A 20 3F
Octal 275 204 277 1 37 0 31 452 40 77
Binary 10111101 10000100 10111111 1 11111 0 11001 100101010 100000 111111

Color Harmonies of #BD84BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD84BF

Black with #BD84BF

Text Example


Text Example

White with #BD84BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD84BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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