Html Css Color HEX #BF74F0 Heliotrope

📋 copy color: '#BF74F0'

red 191 ◦ green 116 ◦ blue 240

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

Shades of Heliotrope #BF74F0

Tints of Heliotrope #BF74F0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.21%

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

R = 34.92%
G = 21.21%
B = 43.88%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF74F0 (or 0xBF74F0) is known color: Heliotrope. HEX triplet: BF, 74 and F0. RGB value is (191,116,240). Sum of RGB (Red+Green+Blue) = 191+116+240=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF74F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF74F0 is #408B0F. Grayscale: #989898. Windows color (decimal): -4229904 or 15758527. OLE color: 15758527.

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

Color convert

RGB 191 116 240 -
CMYK 0.20 0.52 0 0.06
HSL 276.29º 0.81% 0.7% -
HSV(B) 276.29º 0.52% 0.94% -
XYZ 43.46 29.86 85.91 -
YUV 152.56 177.35 155.42 -
System Red Green Blue C M Y K H S L
Decimal 191 116 240 0.20 0.52 0 0.06 276.29 0.81 0.7
Hex BF 74 F0 14 34 0 6 114 51 46
Octal 277 164 360 24 64 0 6 424 121 106
Binary 10111111 1110100 11110000 10100 110100 0 110 100010100 1010001 1000110

Color Harmonies of #BF74F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74F0

Black with #BF74F0

Text Example


Text Example

White with #BF74F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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