Html Css Color HEX #BF88FF Heliotrope

📋 copy color: '#BF88FF'

red 191 ◦ green 136 ◦ blue 255

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

Shades of Heliotrope #BF88FF

Tints of Heliotrope #BF88FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.37%

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

R = 32.82%
G = 23.37%
B = 43.81%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF88FF (or 0xBF88FF) is known color: Heliotrope. HEX triplet: BF, 88 and FF. RGB value is (191,136,255). Sum of RGB (Red+Green+Blue) = 191+136+255=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF88FF is #407700. Grayscale: #A5A5A5. Windows color (decimal): -4224769 or 16746687. OLE color: 16746687.

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

Color convert

RGB 191 136 255 -
CMYK 0.25 0.47 0 0
HSL 267.73º 1% 0.77% -
HSV(B) 267.73º 0.47% 1% -
XYZ 48.34 35.9 98.99 -
YUV 166.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 191 136 255 0.25 0.47 0 0 267.73 1 0.77
Hex BF 88 FF 19 2F 0 0 10C 64 4D
Octal 277 210 377 31 57 0 0 414 144 115
Binary 10111111 10001000 11111111 11001 101111 0 0 100001100 1100100 1001101

Color Harmonies of #BF88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF88FF

Black with #BF88FF

Text Example


Text Example

White with #BF88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF88FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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