Html Css Color HEX #BF80F9 Heliotrope

📋 copy color: '#BF80F9'

red 191 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #BF80F9

Tints of Heliotrope #BF80F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.84%

R = 33.63%
G = 22.54%
B = 43.84%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF80F9 (or 0xBF80F9) is known color: Heliotrope. HEX triplet: BF, 80 and F9. RGB value is (191,128,249). Sum of RGB (Red+Green+Blue) = 191+128+249=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF80F9 is #407F06. Grayscale: #A0A0A0. Windows color (decimal): -4226823 or 16351423. OLE color: 16351423.

HSL color Cylindrical-coordinate representation of color #BF80F9: hue angle of 271.24º degrees, saturation: 0.91, 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 #BF80F9 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 128 249 -
CMYK 0.23 0.49 0 0.02
HSL 271.24º 0.91% 0.74% -
HSV(B) 271.24º 0.49% 0.98% -
XYZ 46.3 33.35 93.62 -
YUV 160.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 191 128 249 0.23 0.49 0 0.02 271.24 0.91 0.74
Hex BF 80 F9 17 31 0 2 10F 5B 4A
Octal 277 200 371 27 61 0 2 417 133 112
Binary 10111111 10000000 11111001 10111 110001 0 10 100001111 1011011 1001010

Color Harmonies of #BF80F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80F9

Black with #BF80F9

Text Example


Text Example

White with #BF80F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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