Html Css Color HEX #BF68F9 Heliotrope

📋 copy color: '#BF68F9'

red 191 ◦ green 104 ◦ blue 249

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

Shades of Heliotrope #BF68F9

Tints of Heliotrope #BF68F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.77%

R = 35.11%
G = 19.12%
B = 45.77%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF68F9 (or 0xBF68F9) is known color: Heliotrope. HEX triplet: BF, 68 and F9. RGB value is (191,104,249). Sum of RGB (Red+Green+Blue) = 191+104+249=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF68F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68F9 is #409706. Grayscale: #929292. Windows color (decimal): -4232967 or 16345279. OLE color: 16345279.

HSL color Cylindrical-coordinate representation of color #BF68F9: hue angle of 276º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF68F9 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 104 249 -
CMYK 0.23 0.58 0 0.02
HSL 276º 0.92% 0.69% -
HSV(B) 276º 0.58% 0.98% -
XYZ 43.54 27.82 92.7 -
YUV 146.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 191 104 249 0.23 0.58 0 0.02 276 0.92 0.69
Hex BF 68 F9 17 3A 0 2 114 5C 45
Octal 277 150 371 27 72 0 2 424 134 105
Binary 10111111 1101000 11111001 10111 111010 0 10 100010100 1011100 1000101

Color Harmonies of #BF68F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68F9

Black with #BF68F9

Text Example


Text Example

White with #BF68F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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