Html Css Color HEX #BF7CF0 Heliotrope

📋 copy color: '#BF7CF0'

red 191 ◦ green 124 ◦ blue 240

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

Shades of Heliotrope #BF7CF0

Tints of Heliotrope #BF7CF0

RGB

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

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

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

R = 34.41%
G = 22.34%
B = 43.24%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF7CF0 (or 0xBF7CF0) is known color: Heliotrope. HEX triplet: BF, 7C and F0. RGB value is (191,124,240). Sum of RGB (Red+Green+Blue) = 191+124+240=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF7CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7CF0 is #40830F. Grayscale: #9C9C9C. Windows color (decimal): -4227856 or 15760575. OLE color: 15760575.

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

Color convert

RGB 191 124 240 -
CMYK 0.20 0.48 0 0.06
HSL 274.66º 0.79% 0.71% -
HSV(B) 274.66º 0.48% 0.94% -
XYZ 44.42 31.78 86.23 -
YUV 157.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 191 124 240 0.20 0.48 0 0.06 274.66 0.79 0.71
Hex BF 7C F0 14 30 0 6 113 4F 47
Octal 277 174 360 24 60 0 6 423 117 107
Binary 10111111 1111100 11110000 10100 110000 0 110 100010011 1001111 1000111

Color Harmonies of #BF7CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CF0

Black with #BF7CF0

Text Example


Text Example

White with #BF7CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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