Html Css Color HEX #BF68FD Heliotrope

📋 copy color: '#BF68FD'

red 191 ◦ green 104 ◦ blue 253

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

Shades of Heliotrope #BF68FD

Tints of Heliotrope #BF68FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.17%

R = 34.85%
G = 18.98%
B = 46.17%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF68FD (or 0xBF68FD) is known color: Heliotrope. HEX triplet: BF, 68 and FD. RGB value is (191,104,253). Sum of RGB (Red+Green+Blue) = 191+104+253=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF68FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68FD is #409702. Grayscale: #929292. Windows color (decimal): -4232963 or 16607423. OLE color: 16607423.

HSL color Cylindrical-coordinate representation of color #BF68FD: hue angle of 275.03º degrees, saturation: 0.97, 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 #BF68FD is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 104 253 -
CMYK 0.25 0.59 0 0.01
HSL 275.03º 0.97% 0.7% -
HSV(B) 275.03º 0.59% 0.99% -
XYZ 44.17 28.07 96.02 -
YUV 147 187.82 159.38 -
System Red Green Blue C M Y K H S L
Decimal 191 104 253 0.25 0.59 0 0.01 275.03 0.97 0.7
Hex BF 68 FD 19 3B 0 1 113 61 46
Octal 277 150 375 31 73 0 1 423 141 106
Binary 10111111 1101000 11111101 11001 111011 0 1 100010011 1100001 1000110

Color Harmonies of #BF68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68FD

Black with #BF68FD

Text Example


Text Example

White with #BF68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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