Html Css Color HEX #BD7FB2 London Hue

📋 copy color: '#BD7FB2'

red 189 ◦ green 127 ◦ blue 178

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

Shades of London Hue #BD7FB2

Tints of London Hue #BD7FB2

RGB

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

 GREEN value IS 127 (50% from 255) = 25.71%

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 38.26%
G = 25.71%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD7FB2 (or 0xBD7FB2) is known color: London Hue. HEX triplet: BD, 7F and B2. RGB value is (189,127,178). Sum of RGB (Red+Green+Blue) = 189+127+178=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7FB2 is #42804D. Grayscale: #979797. Windows color (decimal): -4358222 or 11698109. OLE color: 11698109.

HSL color Cylindrical-coordinate representation of color #BD7FB2: hue angle of 310.65º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7FB2 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 178 -
CMYK 0 0.33 0.06 0.26
HSL 310.65º 0.32% 0.62% -
HSV(B) 310.65º 0.33% 0.74% -
XYZ 36.61 29.21 45.83 -
YUV 151.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 189 127 178 0 0.33 0.06 0.26 310.65 0.32 0.62
Hex BD 7F B2 0 21 6 1A 137 20 3E
Octal 275 177 262 0 41 6 32 467 40 76
Binary 10111101 1111111 10110010 0 100001 110 11010 100110111 100000 111110

Color Harmonies of #BD7FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7FB2

Black with #BD7FB2

Text Example


Text Example

White with #BD7FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7FB2; }

 p { color: rgb(189,127,178); }

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

background-color css

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

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

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

border-color css

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

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

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