Html Css Color HEX #BF6EFC Heliotrope

📋 copy color: '#BF6EFC'

red 191 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #BF6EFC

Tints of Heliotrope #BF6EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.89%

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 34.54%
G = 19.89%
B = 45.57%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF6EFC (or 0xBF6EFC) is known color: Heliotrope. HEX triplet: BF, 6E and FC. RGB value is (191,110,252). Sum of RGB (Red+Green+Blue) = 191+110+252=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF6EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EFC is #409103. Grayscale: #959595. Windows color (decimal): -4231428 or 16543423. OLE color: 16543423.

HSL color Cylindrical-coordinate representation of color #BF6EFC: hue angle of 274.23º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF6EFC is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 110 252 -
CMYK 0.24 0.56 0 0.01
HSL 274.23º 0.96% 0.71% -
HSV(B) 274.23º 0.56% 0.99% -
XYZ 44.63 29.26 95.39 -
YUV 150.41 185.34 156.95 -
System Red Green Blue C M Y K H S L
Decimal 191 110 252 0.24 0.56 0 0.01 274.23 0.96 0.71
Hex BF 6E FC 18 38 0 1 112 60 47
Octal 277 156 374 30 70 0 1 422 140 107
Binary 10111111 1101110 11111100 11000 111000 0 1 100010010 1100000 1000111

Color Harmonies of #BF6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EFC

Black with #BF6EFC

Text Example


Text Example

White with #BF6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EFC; }

 p { color: rgb(191,110,252); }

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

background-color css

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

 a { background-color: rgb(191,110,252); }

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

border-color css

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

 span { border-color: rgb(191,110,252); }

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