Html Css Color HEX #BF74E9 Heliotrope

📋 copy color: '#BF74E9'

red 191 ◦ green 116 ◦ blue 233

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

Shades of Heliotrope #BF74E9

Tints of Heliotrope #BF74E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.15%

R = 35.37%
G = 21.48%
B = 43.15%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF74E9 (or 0xBF74E9) is known color: Heliotrope. HEX triplet: BF, 74 and E9. RGB value is (191,116,233). Sum of RGB (Red+Green+Blue) = 191+116+233=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF74E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF74E9 is #408B16. Grayscale: #979797. Windows color (decimal): -4229911 or 15299775. OLE color: 15299775.

HSL color Cylindrical-coordinate representation of color #BF74E9: hue angle of 278.46º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF74E9 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 116 233 -
CMYK 0.18 0.50 0 0.09
HSL 278.46º 0.73% 0.68% -
HSV(B) 278.46º 0.5% 0.91% -
XYZ 42.44 29.45 80.54 -
YUV 151.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 191 116 233 0.18 0.50 0 0.09 278.46 0.73 0.68
Hex BF 74 E9 12 32 0 9 116 49 44
Octal 277 164 351 22 62 0 11 426 111 104
Binary 10111111 1110100 11101001 10010 110010 0 1001 100010110 1001001 1000100

Color Harmonies of #BF74E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74E9

Black with #BF74E9

Text Example


Text Example

White with #BF74E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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