Html Css Color HEX #BF6CFE Heliotrope

📋 copy color: '#BF6CFE'

red 191 ◦ green 108 ◦ blue 254

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

Shades of Heliotrope #BF6CFE

Tints of Heliotrope #BF6CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.53%

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 34.54%
G = 19.53%
B = 45.93%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF6CFE (or 0xBF6CFE) is known color: Heliotrope. HEX triplet: BF, 6C and FE. RGB value is (191,108,254). Sum of RGB (Red+Green+Blue) = 191+108+254=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF6CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6CFE is #409301. Grayscale: #949494. Windows color (decimal): -4231938 or 16673983. OLE color: 16673983.

HSL color Cylindrical-coordinate representation of color #BF6CFE: hue angle of 274.11º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF6CFE is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 108 254 -
CMYK 0.25 0.57 0 0.00
HSL 274.11º 0.99% 0.71% -
HSV(B) 274.11º 0.57% 1% -
XYZ 44.74 28.96 97 -
YUV 149.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 191 108 254 0.25 0.57 0 0.00 274.11 0.99 0.71
Hex BF 6C FE 19 39 0 0 112 63 47
Octal 277 154 376 31 71 0 0 422 143 107
Binary 10111111 1101100 11111110 11001 111001 0 0 100010010 1100011 1000111

Color Harmonies of #BF6CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CFE

Black with #BF6CFE

Text Example


Text Example

White with #BF6CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CFE; }

 p { color: rgb(191,108,254); }

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

background-color css

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

 a { background-color: rgb(191,108,254); }

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

border-color css

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

 span { border-color: rgb(191,108,254); }

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