Html Css Color HEX #BF78F0 Heliotrope

📋 copy color: '#BF78F0'

red 191 ◦ green 120 ◦ blue 240

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

Shades of Heliotrope #BF78F0

Tints of Heliotrope #BF78F0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.78%

 BLUE value IS 240 (94.14% from 255) = 43.56%

R = 34.66%
G = 21.78%
B = 43.56%

CMYK

 C value IS 0.20

 M value IS 0.5

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF78F0 (or 0xBF78F0) is known color: Heliotrope. HEX triplet: BF, 78 and F0. RGB value is (191,120,240). Sum of RGB (Red+Green+Blue) = 191+120+240=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF78F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF78F0 is #40870F. Grayscale: #9A9A9A. Windows color (decimal): -4228880 or 15759551. OLE color: 15759551.

HSL color Cylindrical-coordinate representation of color #BF78F0: hue angle of 275.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF78F0 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 120 240 -
CMYK 0.20 0.5 0 0.06
HSL 275.5º 0.8% 0.71% -
HSV(B) 275.5º 0.5% 0.94% -
XYZ 43.93 30.8 86.07 -
YUV 154.91 176.02 153.74 -
System Red Green Blue C M Y K H S L
Decimal 191 120 240 0.20 0.5 0 0.06 275.5 0.8 0.71
Hex BF 78 F0 14 32 0 6 114 50 47
Octal 277 170 360 24 62 0 6 424 120 107
Binary 10111111 1111000 11110000 10100 110010 0 110 100010100 1010000 1000111

Color Harmonies of #BF78F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78F0

Black with #BF78F0

Text Example


Text Example

White with #BF78F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78F0; }

 p { color: rgb(191,120,240); }

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

background-color css

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

 a { background-color: rgb(191,120,240); }

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

border-color css

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

 span { border-color: rgb(191,120,240); }

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