Html Css Color HEX #BF85FF Heliotrope

📋 copy color: '#BF85FF'

red 191 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #BF85FF

Tints of Heliotrope #BF85FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.04%

R = 32.99%
G = 22.97%
B = 44.04%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF85FF (or 0xBF85FF) is known color: Heliotrope. HEX triplet: BF, 85 and FF. RGB value is (191,133,255). Sum of RGB (Red+Green+Blue) = 191+133+255=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF85FF is #407A00. Grayscale: #A3A3A3. Windows color (decimal): -4225537 or 16745919. OLE color: 16745919.

HSL color Cylindrical-coordinate representation of color #BF85FF: hue angle of 268.52º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF85FF is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 133 255 -
CMYK 0.25 0.48 0 0
HSL 268.52º 1% 0.76% -
HSV(B) 268.52º 0.48% 1% -
XYZ 47.92 35.07 98.85 -
YUV 164.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 191 133 255 0.25 0.48 0 0 268.52 1 0.76
Hex BF 85 FF 19 30 0 0 10D 64 4C
Octal 277 205 377 31 60 0 0 415 144 114
Binary 10111111 10000101 11111111 11001 110000 0 0 100001101 1100100 1001100

Color Harmonies of #BF85FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85FF

Black with #BF85FF

Text Example


Text Example

White with #BF85FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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