Html Css Color HEX #BF83BE London Hue

📋 copy color: '#BF83BE'

red 191 ◦ green 131 ◦ blue 190

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

Shades of London Hue #BF83BE

Tints of London Hue #BF83BE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.59%

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

R = 37.3%
G = 25.59%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF83BE (or 0xBF83BE) is known color: London Hue. HEX triplet: BF, 83 and BE. RGB value is (191,131,190). Sum of RGB (Red+Green+Blue) = 191+131+190=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83BE is #407C41. Grayscale: #9B9B9B. Windows color (decimal): -4226114 or 12485567. OLE color: 12485567.

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

Color convert

RGB 191 131 190 -
CMYK 0 0.31 0.01 0.25
HSL 301º 0.32% 0.63% -
HSV(B) 301º 0.31% 0.75% -
XYZ 38.9 31.03 52.65 -
YUV 155.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 191 131 190 0 0.31 0.01 0.25 301 0.32 0.63
Hex BF 83 BE 0 1F 1 19 12D 20 3F
Octal 277 203 276 0 37 1 31 455 40 77
Binary 10111111 10000011 10111110 0 11111 1 11001 100101101 100000 111111

Color Harmonies of #BF83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83BE

Black with #BF83BE

Text Example


Text Example

White with #BF83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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