Html Css Color HEX #BD7BB4 London Hue

📋 copy color: '#BD7BB4'

red 189 ◦ green 123 ◦ blue 180

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

Shades of London Hue #BD7BB4

Tints of London Hue #BD7BB4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25%

 BLUE value IS 180 (70.7% from 255) = 36.59%

R = 38.41%
G = 25%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD7BB4 (or 0xBD7BB4) is known color: London Hue. HEX triplet: BD, 7B and B4. RGB value is (189,123,180). Sum of RGB (Red+Green+Blue) = 189+123+180=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BB4 is #42844B. Grayscale: #959595. Windows color (decimal): -4359244 or 11828157. OLE color: 11828157.

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

Color convert

RGB 189 123 180 -
CMYK 0 0.35 0.05 0.26
HSL 308.18º 0.33% 0.61% -
HSV(B) 308.18º 0.35% 0.74% -
XYZ 36.31 28.28 46.72 -
YUV 149.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 189 123 180 0 0.35 0.05 0.26 308.18 0.33 0.61
Hex BD 7B B4 0 23 5 1A 134 21 3D
Octal 275 173 264 0 43 5 32 464 41 75
Binary 10111101 1111011 10110100 0 100011 101 11010 100110100 100001 111101

Color Harmonies of #BD7BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BB4

Black with #BD7BB4

Text Example


Text Example

White with #BD7BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BB4; }

 p { color: rgb(189,123,180); }

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

background-color css

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

 a { background-color: rgb(189,123,180); }

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

border-color css

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

 span { border-color: rgb(189,123,180); }

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