Html Css Color HEX #BF7EBD London Hue

📋 copy color: '#BF7EBD'

red 191 ◦ green 126 ◦ blue 189

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

Shades of London Hue #BF7EBD

Tints of London Hue #BF7EBD

RGB

 RED value IS 191 (75% from 255) = 37.75%

 GREEN value IS 126 (49.61% from 255) = 24.9%

 BLUE value IS 189 (74.22% from 255) = 37.35%

R = 37.75%
G = 24.9%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF7EBD (or 0xBF7EBD) is known color: London Hue. HEX triplet: BF, 7E and BD. RGB value is (191,126,189). Sum of RGB (Red+Green+Blue) = 191+126+189=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EBD is #408142. Grayscale: #989898. Windows color (decimal): -4227395 or 12418751. OLE color: 12418751.

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

Color convert

RGB 191 126 189 -
CMYK 0 0.34 0.01 0.25
HSL 301.85º 0.34% 0.62% -
HSV(B) 301.85º 0.34% 0.75% -
XYZ 38.13 29.67 51.86 -
YUV 152.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 191 126 189 0 0.34 0.01 0.25 301.85 0.34 0.62
Hex BF 7E BD 0 22 1 19 12E 22 3E
Octal 277 176 275 0 42 1 31 456 42 76
Binary 10111111 1111110 10111101 0 100010 1 11001 100101110 100010 111110

Color Harmonies of #BF7EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7EBD

Black with #BF7EBD

Text Example


Text Example

White with #BF7EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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