Html Css Color HEX #BE7CFD Heliotrope

📋 copy color: '#BE7CFD'

red 190 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #BE7CFD

Tints of Heliotrope #BE7CFD

RGB

 RED value IS 190 (74.61% from 255) = 33.51%

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

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

R = 33.51%
G = 21.87%
B = 44.62%

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

#BE7CFD (or 0xBE7CFD) is known color: Heliotrope. HEX triplet: BE, 7C and FD. RGB value is (190,124,253). Sum of RGB (Red+Green+Blue) = 190+124+253=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7CFD is #418302. Grayscale: #9D9D9D. Windows color (decimal): -4293379 or 16612542. OLE color: 16612542.

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

Color convert

RGB 190 124 253 -
CMYK 0.25 0.51 0 0.01
HSL 270.7º 0.97% 0.74% -
HSV(B) 270.7º 0.51% 0.99% -
XYZ 46.17 32.45 96.76 -
YUV 158.44 181.37 150.51 -
System Red Green Blue C M Y K H S L
Decimal 190 124 253 0.25 0.51 0 0.01 270.7 0.97 0.74
Hex BE 7C FD 19 33 0 1 10F 61 4A
Octal 276 174 375 31 63 0 1 417 141 112
Binary 10111110 1111100 11111101 11001 110011 0 1 100001111 1100001 1001010

Color Harmonies of #BE7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7CFD

Black with #BE7CFD

Text Example


Text Example

White with #BE7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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