Html Css Color HEX #BA7DFD Heliotrope

📋 copy color: '#BA7DFD'

red 186 ◦ green 125 ◦ blue 253

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

Shades of Heliotrope #BA7DFD

Tints of Heliotrope #BA7DFD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.16%

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

R = 32.98%
G = 22.16%
B = 44.86%

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

#BA7DFD (or 0xBA7DFD) is known color: Heliotrope. HEX triplet: BA, 7D and FD. RGB value is (186,125,253). Sum of RGB (Red+Green+Blue) = 186+125+253=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DFD is #458202. Grayscale: #9D9D9D. Windows color (decimal): -4555267 or 16612794. OLE color: 16612794.

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

Color convert

RGB 186 125 253 -
CMYK 0.26 0.51 0 0.01
HSL 268.59º 0.97% 0.74% -
HSV(B) 268.59º 0.51% 0.99% -
XYZ 45.31 32.2 96.76 -
YUV 157.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 186 125 253 0.26 0.51 0 0.01 268.59 0.97 0.74
Hex BA 7D FD 1A 33 0 1 10D 61 4A
Octal 272 175 375 32 63 0 1 415 141 112
Binary 10111010 1111101 11111101 11010 110011 0 1 100001101 1100001 1001010

Color Harmonies of #BA7DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DFD

Black with #BA7DFD

Text Example


Text Example

White with #BA7DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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