Html Css Color HEX #BF68FC Heliotrope

📋 copy color: '#BF68FC'

red 191 ◦ green 104 ◦ blue 252

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

Shades of Heliotrope #BF68FC

Tints of Heliotrope #BF68FC

RGB

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

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

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

R = 34.92%
G = 19.01%
B = 46.07%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF68FC (or 0xBF68FC) is known color: Heliotrope. HEX triplet: BF, 68 and FC. RGB value is (191,104,252). Sum of RGB (Red+Green+Blue) = 191+104+252=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF68FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68FC is #409703. Grayscale: #929292. Windows color (decimal): -4232964 or 16541887. OLE color: 16541887.

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

Color convert

RGB 191 104 252 -
CMYK 0.24 0.59 0 0.01
HSL 275.27º 0.96% 0.7% -
HSV(B) 275.27º 0.59% 0.99% -
XYZ 44.01 28.01 95.18 -
YUV 146.89 187.32 159.47 -
System Red Green Blue C M Y K H S L
Decimal 191 104 252 0.24 0.59 0 0.01 275.27 0.96 0.7
Hex BF 68 FC 18 3B 0 1 113 60 46
Octal 277 150 374 30 73 0 1 423 140 106
Binary 10111111 1101000 11111100 11000 111011 0 1 100010011 1100000 1000110

Color Harmonies of #BF68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68FC

Black with #BF68FC

Text Example


Text Example

White with #BF68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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