Html Css Color HEX #BF68FE Heliotrope

📋 copy color: '#BF68FE'

red 191 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #BF68FE

Tints of Heliotrope #BF68FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.94%

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

R = 34.79%
G = 18.94%
B = 46.27%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF68FE (or 0xBF68FE) is known color: Heliotrope. HEX triplet: BF, 68 and FE. RGB value is (191,104,254). Sum of RGB (Red+Green+Blue) = 191+104+254=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF68FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68FE is #409701. Grayscale: #929292. Windows color (decimal): -4232962 or 16672959. OLE color: 16672959.

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

Color convert

RGB 191 104 254 -
CMYK 0.25 0.59 0 0.00
HSL 274.8º 0.99% 0.7% -
HSV(B) 274.8º 0.59% 1% -
XYZ 44.33 28.13 96.86 -
YUV 147.11 188.32 159.3 -
System Red Green Blue C M Y K H S L
Decimal 191 104 254 0.25 0.59 0 0.00 274.8 0.99 0.7
Hex BF 68 FE 19 3B 0 0 113 63 46
Octal 277 150 376 31 73 0 0 423 143 106
Binary 10111111 1101000 11111110 11001 111011 0 0 100010011 1100011 1000110

Color Harmonies of #BF68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68FE

Black with #BF68FE

Text Example


Text Example

White with #BF68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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