Html Css Color HEX #BD7CBE London Hue

📋 copy color: '#BD7CBE'

red 189 ◦ green 124 ◦ blue 190

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

Shades of London Hue #BD7CBE

Tints of London Hue #BD7CBE

RGB

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

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

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

R = 37.57%
G = 24.65%
B = 37.77%

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

#BD7CBE (or 0xBD7CBE) is known color: London Hue. HEX triplet: BD, 7C and BE. RGB value is (189,124,190). Sum of RGB (Red+Green+Blue) = 189+124+190=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CBE is #428341. Grayscale: #969696. Windows color (decimal): -4358978 or 12483773. OLE color: 12483773.

HSL color Cylindrical-coordinate representation of color #BD7CBE: hue angle of 299.09º 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 #BD7CBE is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 124 190 -
CMYK 0.01 0.35 0 0.25
HSL 299.09º 0.34% 0.62% -
HSV(B) 299.09º 0.35% 0.75% -
XYZ 37.49 28.95 52.33 -
YUV 150.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 189 124 190 0.01 0.35 0 0.25 299.09 0.34 0.62
Hex BD 7C BE 1 23 0 19 12B 22 3E
Octal 275 174 276 1 43 0 31 453 42 76
Binary 10111101 1111100 10111110 1 100011 0 11001 100101011 100010 111110

Color Harmonies of #BD7CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7CBE

Black with #BD7CBE

Text Example


Text Example

White with #BD7CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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