Html Css Color HEX #BD7DBE London Hue

📋 copy color: '#BD7DBE'

red 189 ◦ green 125 ◦ blue 190

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

Shades of London Hue #BD7DBE

Tints of London Hue #BD7DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.8%

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 37.5%
G = 24.8%
B = 37.7%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD7DBE (or 0xBD7DBE) is known color: London Hue. HEX triplet: BD, 7D and BE. RGB value is (189,125,190). Sum of RGB (Red+Green+Blue) = 189+125+190=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DBE is #428241. Grayscale: #979797. Windows color (decimal): -4358722 or 12484029. OLE color: 12484029.

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

Color convert

RGB 189 125 190 -
CMYK 0.01 0.34 0 0.25
HSL 299.08º 0.33% 0.62% -
HSV(B) 299.08º 0.34% 0.75% -
XYZ 37.61 29.2 52.37 -
YUV 151.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 189 125 190 0.01 0.34 0 0.25 299.08 0.33 0.62
Hex BD 7D BE 1 22 0 19 12B 21 3E
Octal 275 175 276 1 42 0 31 453 41 76
Binary 10111101 1111101 10111110 1 100010 0 11001 100101011 100001 111110

Color Harmonies of #BD7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7DBE

Black with #BD7DBE

Text Example


Text Example

White with #BD7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7DBE; }

 p { color: rgb(189,125,190); }

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

background-color css

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

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

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

border-color css

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

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

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