Html Css Color HEX #BD7BBA London Hue

📋 copy color: '#BD7BBA'

red 189 ◦ green 123 ◦ blue 186

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

Shades of London Hue #BD7BBA

Tints of London Hue #BD7BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 37.95%
G = 24.7%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD7BBA (or 0xBD7BBA) is known color: London Hue. HEX triplet: BD, 7B and BA. RGB value is (189,123,186). Sum of RGB (Red+Green+Blue) = 189+123+186=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BBA is #428445. Grayscale: #959595. Windows color (decimal): -4359238 or 12221373. OLE color: 12221373.

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

Color convert

RGB 189 123 186 -
CMYK 0 0.35 0.02 0.26
HSL 302.73º 0.33% 0.61% -
HSV(B) 302.73º 0.35% 0.74% -
XYZ 36.93 28.53 50.01 -
YUV 149.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 189 123 186 0 0.35 0.02 0.26 302.73 0.33 0.61
Hex BD 7B BA 0 23 2 1A 12F 21 3D
Octal 275 173 272 0 43 2 32 457 41 75
Binary 10111101 1111011 10111010 0 100011 10 11010 100101111 100001 111101

Color Harmonies of #BD7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BBA

Black with #BD7BBA

Text Example


Text Example

White with #BD7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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