Html Css Color HEX #BF7CFD Heliotrope

📋 copy color: '#BF7CFD'

red 191 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #BF7CFD

Tints of Heliotrope #BF7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.83%

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

R = 33.63%
G = 21.83%
B = 44.54%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF7CFD (or 0xBF7CFD) is known color: Heliotrope. HEX triplet: BF, 7C and FD. RGB value is (191,124,253). Sum of RGB (Red+Green+Blue) = 191+124+253=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7CFD is #408302. Grayscale: #9E9E9E. Windows color (decimal): -4227843 or 16612543. OLE color: 16612543.

HSL color Cylindrical-coordinate representation of color #BF7CFD: hue angle of 271.16º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF7CFD is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 124 253 -
CMYK 0.25 0.51 0 0.01
HSL 271.16º 0.97% 0.74% -
HSV(B) 271.16º 0.51% 0.99% -
XYZ 46.42 32.58 96.77 -
YUV 158.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 191 124 253 0.25 0.51 0 0.01 271.16 0.97 0.74
Hex BF 7C FD 19 33 0 1 10F 61 4A
Octal 277 174 375 31 63 0 1 417 141 112
Binary 10111111 1111100 11111101 11001 110011 0 1 100001111 1100001 1001010

Color Harmonies of #BF7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CFD

Black with #BF7CFD

Text Example


Text Example

White with #BF7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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