Html Css Color HEX #BD7CBF London Hue

📋 copy color: '#BD7CBF'

red 189 ◦ green 124 ◦ blue 191

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

Shades of London Hue #BD7CBF

Tints of London Hue #BD7CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.6%

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

R = 37.5%
G = 24.6%
B = 37.9%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD7CBF (or 0xBD7CBF) is known color: London Hue. HEX triplet: BD, 7C and BF. RGB value is (189,124,191). Sum of RGB (Red+Green+Blue) = 189+124+191=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD7CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CBF is #428340. Grayscale: #969696. Windows color (decimal): -4358977 or 12549309. OLE color: 12549309.

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

Color convert

RGB 189 124 191 -
CMYK 0.01 0.35 0 0.25
HSL 298.21º 0.34% 0.62% -
HSV(B) 298.21º 0.35% 0.75% -
XYZ 37.6 29 52.91 -
YUV 151.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 189 124 191 0.01 0.35 0 0.25 298.21 0.34 0.62
Hex BD 7C BF 1 23 0 19 12A 22 3E
Octal 275 174 277 1 43 0 31 452 42 76
Binary 10111101 1111100 10111111 1 100011 0 11001 100101010 100010 111110

Color Harmonies of #BD7CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7CBF

Black with #BD7CBF

Text Example


Text Example

White with #BD7CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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