Html Css Color HEX #BA7EFD Heliotrope

📋 copy color: '#BA7EFD'

red 186 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #BA7EFD

Tints of Heliotrope #BA7EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.3%

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

R = 32.92%
G = 22.3%
B = 44.78%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA7EFD (or 0xBA7EFD) is known color: Heliotrope. HEX triplet: BA, 7E and FD. RGB value is (186,126,253). Sum of RGB (Red+Green+Blue) = 186+126+253=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA7EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EFD is #458102. Grayscale: #9D9D9D. Windows color (decimal): -4555011 or 16613050. OLE color: 16613050.

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

Color convert

RGB 186 126 253 -
CMYK 0.26 0.50 0 0.01
HSL 268.35º 0.97% 0.74% -
HSV(B) 268.35º 0.5% 0.99% -
XYZ 45.44 32.45 96.8 -
YUV 158.42 181.38 147.67 -
System Red Green Blue C M Y K H S L
Decimal 186 126 253 0.26 0.50 0 0.01 268.35 0.97 0.74
Hex BA 7E FD 1A 32 0 1 10C 61 4A
Octal 272 176 375 32 62 0 1 414 141 112
Binary 10111010 1111110 11111101 11010 110010 0 1 100001100 1100001 1001010

Color Harmonies of #BA7EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EFD

Black with #BA7EFD

Text Example


Text Example

White with #BA7EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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