Html Css Color HEX #BF64F9 Heliotrope

📋 copy color: '#BF64F9'

red 191 ◦ green 100 ◦ blue 249

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

Shades of Heliotrope #BF64F9

Tints of Heliotrope #BF64F9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.52%

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

R = 35.37%
G = 18.52%
B = 46.11%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF64F9 (or 0xBF64F9) is known color: Heliotrope. HEX triplet: BF, 64 and F9. RGB value is (191,100,249). Sum of RGB (Red+Green+Blue) = 191+100+249=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF64F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF64F9 is #409B06. Grayscale: #8F8F8F. Windows color (decimal): -4233991 or 16344255. OLE color: 16344255.

HSL color Cylindrical-coordinate representation of color #BF64F9: hue angle of 276.64º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF64F9 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 100 249 -
CMYK 0.23 0.60 0 0.02
HSL 276.64º 0.93% 0.68% -
HSV(B) 276.64º 0.6% 0.98% -
XYZ 43.14 27.03 92.57 -
YUV 144.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 191 100 249 0.23 0.60 0 0.02 276.64 0.93 0.68
Hex BF 64 F9 17 3C 0 2 115 5D 44
Octal 277 144 371 27 74 0 2 425 135 104
Binary 10111111 1100100 11111001 10111 111100 0 10 100010101 1011101 1000100

Color Harmonies of #BF64F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64F9

Black with #BF64F9

Text Example


Text Example

White with #BF64F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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