Html Css Color HEX #BF83BA London Hue

📋 copy color: '#BF83BA'

red 191 ◦ green 131 ◦ blue 186

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

Shades of London Hue #BF83BA

Tints of London Hue #BF83BA

RGB

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

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

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

R = 37.6%
G = 25.79%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF83BA (or 0xBF83BA) is known color: London Hue. HEX triplet: BF, 83 and BA. RGB value is (191,131,186). Sum of RGB (Red+Green+Blue) = 191+131+186=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83BA is #407C45. Grayscale: #9B9B9B. Windows color (decimal): -4226118 or 12223423. OLE color: 12223423.

HSL color Cylindrical-coordinate representation of color #BF83BA: hue angle of 305º 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 #BF83BA is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 131 186 -
CMYK 0 0.31 0.03 0.25
HSL 305º 0.32% 0.63% -
HSV(B) 305º 0.31% 0.75% -
XYZ 38.47 30.85 50.38 -
YUV 155.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 191 131 186 0 0.31 0.03 0.25 305 0.32 0.63
Hex BF 83 BA 0 1F 3 19 131 20 3F
Octal 277 203 272 0 37 3 31 461 40 77
Binary 10111111 10000011 10111010 0 11111 11 11001 100110001 100000 111111

Color Harmonies of #BF83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83BA

Black with #BF83BA

Text Example


Text Example

White with #BF83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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