Html Css Color HEX #BF7CF2 Heliotrope

📋 copy color: '#BF7CF2'

red 191 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #BF7CF2

Tints of Heliotrope #BF7CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.26%

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

R = 34.29%
G = 22.26%
B = 43.45%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF7CF2 (or 0xBF7CF2) is known color: Heliotrope. HEX triplet: BF, 7C and F2. RGB value is (191,124,242). Sum of RGB (Red+Green+Blue) = 191+124+242=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF7CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7CF2 is #40830D. Grayscale: #9D9D9D. Windows color (decimal): -4227854 or 15891647. OLE color: 15891647.

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

Color convert

RGB 191 124 242 -
CMYK 0.21 0.49 0 0.05
HSL 274.07º 0.82% 0.72% -
HSV(B) 274.07º 0.49% 0.95% -
XYZ 44.72 31.9 87.81 -
YUV 157.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 191 124 242 0.21 0.49 0 0.05 274.07 0.82 0.72
Hex BF 7C F2 15 31 0 5 112 52 48
Octal 277 174 362 25 61 0 5 422 122 110
Binary 10111111 1111100 11110010 10101 110001 0 101 100010010 1010010 1001000

Color Harmonies of #BF7CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CF2

Black with #BF7CF2

Text Example


Text Example

White with #BF7CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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