Html Css Color HEX #BF85B3 London Hue

📋 copy color: '#BF85B3'

red 191 ◦ green 133 ◦ blue 179

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

Shades of London Hue #BF85B3

Tints of London Hue #BF85B3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.44%

 BLUE value IS 179 (70.31% from 255) = 35.59%

R = 37.97%
G = 26.44%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF85B3 (or 0xBF85B3) is known color: London Hue. HEX triplet: BF, 85 and B3. RGB value is (191,133,179). Sum of RGB (Red+Green+Blue) = 191+133+179=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85B3 is #407A4C. Grayscale: #9B9B9B. Windows color (decimal): -4225613 or 11765183. OLE color: 11765183.

HSL color Cylindrical-coordinate representation of color #BF85B3: hue angle of 312.41º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF85B3 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 179 -
CMYK 0 0.30 0.06 0.25
HSL 312.41º 0.31% 0.64% -
HSV(B) 312.41º 0.3% 0.75% -
XYZ 38.01 31.11 46.65 -
YUV 155.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 191 133 179 0 0.30 0.06 0.25 312.41 0.31 0.64
Hex BF 85 B3 0 1E 6 19 138 1F 40
Octal 277 205 263 0 36 6 31 470 37 100
Binary 10111111 10000101 10110011 0 11110 110 11001 100111000 11111 1000000

Color Harmonies of #BF85B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85B3

Black with #BF85B3

Text Example


Text Example

White with #BF85B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85B3; }

 p { color: rgb(191,133,179); }

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

background-color css

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

 a { background-color: rgb(191,133,179); }

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

border-color css

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

 span { border-color: rgb(191,133,179); }

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