Html Css Color HEX #BD7CB7 London Hue

📋 copy color: '#BD7CB7'

red 189 ◦ green 124 ◦ blue 183

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

Shades of London Hue #BD7CB7

Tints of London Hue #BD7CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.9%

R = 38.1%
G = 25%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD7CB7 (or 0xBD7CB7) is known color: London Hue. HEX triplet: BD, 7C and B7. RGB value is (189,124,183). Sum of RGB (Red+Green+Blue) = 189+124+183=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CB7 is #428348. Grayscale: #959595. Windows color (decimal): -4358985 or 12025021. OLE color: 12025021.

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

Color convert

RGB 189 124 183 -
CMYK 0 0.34 0.03 0.26
HSL 305.54º 0.33% 0.61% -
HSV(B) 305.54º 0.34% 0.74% -
XYZ 36.74 28.65 48.39 -
YUV 150.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 189 124 183 0 0.34 0.03 0.26 305.54 0.33 0.61
Hex BD 7C B7 0 22 3 1A 132 21 3D
Octal 275 174 267 0 42 3 32 462 41 75
Binary 10111101 1111100 10110111 0 100010 11 11010 100110010 100001 111101

Color Harmonies of #BD7CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7CB7

Black with #BD7CB7

Text Example


Text Example

White with #BD7CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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