Html Css Color HEX #BF6BFE Heliotrope

📋 copy color: '#BF6BFE'

red 191 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #BF6BFE

Tints of Heliotrope #BF6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.38%

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

R = 34.6%
G = 19.38%
B = 46.01%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF6BFE (or 0xBF6BFE) is known color: Heliotrope. HEX triplet: BF, 6B and FE. RGB value is (191,107,254). Sum of RGB (Red+Green+Blue) = 191+107+254=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6BFE is #409401. Grayscale: #949494. Windows color (decimal): -4232194 or 16673727. OLE color: 16673727.

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

Color convert

RGB 191 107 254 -
CMYK 0.25 0.58 0 0.00
HSL 274.29º 0.99% 0.71% -
HSV(B) 274.29º 0.58% 1% -
XYZ 44.63 28.75 96.96 -
YUV 148.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 191 107 254 0.25 0.58 0 0.00 274.29 0.99 0.71
Hex BF 6B FE 19 3A 0 0 112 63 47
Octal 277 153 376 31 72 0 0 422 143 107
Binary 10111111 1101011 11111110 11001 111010 0 0 100010010 1100011 1000111

Color Harmonies of #BF6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BFE

Black with #BF6BFE

Text Example


Text Example

White with #BF6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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