Html Css Color HEX #BF80FB Heliotrope

📋 copy color: '#BF80FB'

red 191 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #BF80FB

Tints of Heliotrope #BF80FB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.46%

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 33.51%
G = 22.46%
B = 44.04%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF80FB (or 0xBF80FB) is known color: Heliotrope. HEX triplet: BF, 80 and FB. RGB value is (191,128,251). Sum of RGB (Red+Green+Blue) = 191+128+251=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF80FB is #407F04. Grayscale: #A0A0A0. Windows color (decimal): -4226821 or 16482495. OLE color: 16482495.

HSL color Cylindrical-coordinate representation of color #BF80FB: hue angle of 270.73º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF80FB is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 128 251 -
CMYK 0.24 0.49 0 0.02
HSL 270.73º 0.94% 0.74% -
HSV(B) 270.73º 0.49% 0.98% -
XYZ 46.62 33.48 95.27 -
YUV 160.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 191 128 251 0.24 0.49 0 0.02 270.73 0.94 0.74
Hex BF 80 FB 18 31 0 2 10F 5E 4A
Octal 277 200 373 30 61 0 2 417 136 112
Binary 10111111 10000000 11111011 11000 110001 0 10 100001111 1011110 1001010

Color Harmonies of #BF80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80FB

Black with #BF80FB

Text Example


Text Example

White with #BF80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80FB; }

 p { color: rgb(191,128,251); }

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

background-color css

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

 a { background-color: rgb(191,128,251); }

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

border-color css

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

 span { border-color: rgb(191,128,251); }

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