Html Css Color HEX #BF63F7 Heliotrope

📋 copy color: '#BF63F7'

red 191 ◦ green 99 ◦ blue 247

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

Shades of Heliotrope #BF63F7

Tints of Heliotrope #BF63F7

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.44%

 BLUE value IS 247 (96.88% from 255) = 46%

R = 35.57%
G = 18.44%
B = 46%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BF63F7 (or 0xBF63F7) is known color: Heliotrope. HEX triplet: BF, 63 and F7. RGB value is (191,99,247). Sum of RGB (Red+Green+Blue) = 191+99+247=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #BF63F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF63F7 is #409C08. Grayscale: #8E8E8E. Windows color (decimal): -4234249 or 16212927. OLE color: 16212927.

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

Color convert

RGB 191 99 247 -
CMYK 0.23 0.60 0 0.03
HSL 277.3º 0.9% 0.68% -
HSV(B) 277.3º 0.6% 0.97% -
XYZ 42.74 26.72 90.9 -
YUV 143.38 186.48 161.97 -
System Red Green Blue C M Y K H S L
Decimal 191 99 247 0.23 0.60 0 0.03 277.3 0.9 0.68
Hex BF 63 F7 17 3C 0 3 115 5A 44
Octal 277 143 367 27 74 0 3 425 132 104
Binary 10111111 1100011 11110111 10111 111100 0 11 100010101 1011010 1000100

Color Harmonies of #BF63F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63F7

Black with #BF63F7

Text Example


Text Example

White with #BF63F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63F7; }

 p { color: rgb(191,99,247); }

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

background-color css

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

 a { background-color: rgb(191,99,247); }

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

border-color css

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

 span { border-color: rgb(191,99,247); }

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