Html Css Color HEX #BF74F2 Heliotrope

📋 copy color: '#BF74F2'

red 191 ◦ green 116 ◦ blue 242

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

Shades of Heliotrope #BF74F2

Tints of Heliotrope #BF74F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.08%

R = 34.79%
G = 21.13%
B = 44.08%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF74F2 (or 0xBF74F2) is known color: Heliotrope. HEX triplet: BF, 74 and F2. RGB value is (191,116,242). Sum of RGB (Red+Green+Blue) = 191+116+242=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF74F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF74F2 is #408B0D. Grayscale: #989898. Windows color (decimal): -4229902 or 15889599. OLE color: 15889599.

HSL color Cylindrical-coordinate representation of color #BF74F2: hue angle of 275.71º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF74F2 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 116 242 -
CMYK 0.21 0.52 0 0.05
HSL 275.71º 0.83% 0.7% -
HSV(B) 275.71º 0.52% 0.95% -
XYZ 43.76 29.98 87.48 -
YUV 152.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 191 116 242 0.21 0.52 0 0.05 275.71 0.83 0.7
Hex BF 74 F2 15 34 0 5 114 53 46
Octal 277 164 362 25 64 0 5 424 123 106
Binary 10111111 1110100 11110010 10101 110100 0 101 100010100 1010011 1000110

Color Harmonies of #BF74F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74F2

Black with #BF74F2

Text Example


Text Example

White with #BF74F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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