Html Css Color HEX #BF81BE London Hue

📋 copy color: '#BF81BE'

red 191 ◦ green 129 ◦ blue 190

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

Shades of London Hue #BF81BE

Tints of London Hue #BF81BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.29%

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

R = 37.45%
G = 25.29%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF81BE (or 0xBF81BE) is known color: London Hue. HEX triplet: BF, 81 and BE. RGB value is (191,129,190). Sum of RGB (Red+Green+Blue) = 191+129+190=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BF81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81BE is #407E41. Grayscale: #9A9A9A. Windows color (decimal): -4226626 or 12485055. OLE color: 12485055.

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

Color convert

RGB 191 129 190 -
CMYK 0 0.32 0.01 0.25
HSL 300.97º 0.33% 0.63% -
HSV(B) 300.97º 0.32% 0.75% -
XYZ 38.63 30.49 52.57 -
YUV 154.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 191 129 190 0 0.32 0.01 0.25 300.97 0.33 0.63
Hex BF 81 BE 0 20 1 19 12D 21 3F
Octal 277 201 276 0 40 1 31 455 41 77
Binary 10111111 10000001 10111110 0 100000 1 11001 100101101 100001 111111

Color Harmonies of #BF81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF81BE

Black with #BF81BE

Text Example


Text Example

White with #BF81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF81BE; }

 p { color: rgb(191,129,190); }

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

background-color css

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

 a { background-color: rgb(191,129,190); }

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

border-color css

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

 span { border-color: rgb(191,129,190); }

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