Html Css Color HEX #BA7CFD Heliotrope

📋 copy color: '#BA7CFD'

red 186 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #BA7CFD

Tints of Heliotrope #BA7CFD

RGB

 RED value IS 186 (73.05% from 255) = 33.04%

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

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

R = 33.04%
G = 22.02%
B = 44.94%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA7CFD (or 0xBA7CFD) is known color: Heliotrope. HEX triplet: BA, 7C and FD. RGB value is (186,124,253). Sum of RGB (Red+Green+Blue) = 186+124+253=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CFD is #458302. Grayscale: #9C9C9C. Windows color (decimal): -4555523 or 16612538. OLE color: 16612538.

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

Color convert

RGB 186 124 253 -
CMYK 0.26 0.51 0 0.01
HSL 268.84º 0.97% 0.74% -
HSV(B) 268.84º 0.51% 0.99% -
XYZ 45.19 31.95 96.71 -
YUV 157.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 186 124 253 0.26 0.51 0 0.01 268.84 0.97 0.74
Hex BA 7C FD 1A 33 0 1 10D 61 4A
Octal 272 174 375 32 63 0 1 415 141 112
Binary 10111010 1111100 11111101 11010 110011 0 1 100001101 1100001 1001010

Color Harmonies of #BA7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CFD

Black with #BA7CFD

Text Example


Text Example

White with #BA7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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