Html Css Color HEX #BF61FE Heliotrope

📋 copy color: '#BF61FE'

red 191 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #BF61FE

Tints of Heliotrope #BF61FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.9%

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 35.24%
G = 17.9%
B = 46.86%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF61FE (or 0xBF61FE) is known color: Heliotrope. HEX triplet: BF, 61 and FE. RGB value is (191,97,254). Sum of RGB (Red+Green+Blue) = 191+97+254=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF61FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF61FE is #409E01. Grayscale: #8E8E8E. Windows color (decimal): -4234754 or 16671167. OLE color: 16671167.

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

Color convert

RGB 191 97 254 -
CMYK 0.25 0.62 0 0.00
HSL 275.92º 0.99% 0.69% -
HSV(B) 275.92º 0.62% 1% -
XYZ 43.65 26.78 96.63 -
YUV 143 190.64 162.23 -
System Red Green Blue C M Y K H S L
Decimal 191 97 254 0.25 0.62 0 0.00 275.92 0.99 0.69
Hex BF 61 FE 19 3E 0 0 114 63 45
Octal 277 141 376 31 76 0 0 424 143 105
Binary 10111111 1100001 11111110 11001 111110 0 0 100010100 1100011 1000101

Color Harmonies of #BF61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF61FE

Black with #BF61FE

Text Example


Text Example

White with #BF61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF61FE; }

 p { color: rgb(191,97,254); }

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

background-color css

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

 a { background-color: rgb(191,97,254); }

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

border-color css

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

 span { border-color: rgb(191,97,254); }

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