Html Css Color HEX #BA7DFE Heliotrope

📋 copy color: '#BA7DFE'

red 186 ◦ green 125 ◦ blue 254

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

Shades of Heliotrope #BA7DFE

Tints of Heliotrope #BA7DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 32.92%
G = 22.12%
B = 44.96%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA7DFE (or 0xBA7DFE) is known color: Heliotrope. HEX triplet: BA, 7D and FE. RGB value is (186,125,254). Sum of RGB (Red+Green+Blue) = 186+125+254=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA7DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DFE is #458201. Grayscale: #9D9D9D. Windows color (decimal): -4555266 or 16678330. OLE color: 16678330.

HSL color Cylindrical-coordinate representation of color #BA7DFE: hue angle of 268.37º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA7DFE is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 125 254 -
CMYK 0.27 0.51 0 0.00
HSL 268.37º 0.98% 0.74% -
HSV(B) 268.37º 0.51% 1% -
XYZ 45.47 32.26 97.6 -
YUV 157.95 182.21 148.01 -
System Red Green Blue C M Y K H S L
Decimal 186 125 254 0.27 0.51 0 0.00 268.37 0.98 0.74
Hex BA 7D FE 1B 33 0 0 10C 62 4A
Octal 272 175 376 33 63 0 0 414 142 112
Binary 10111010 1111101 11111110 11011 110011 0 0 100001100 1100010 1001010

Color Harmonies of #BA7DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DFE

Black with #BA7DFE

Text Example


Text Example

White with #BA7DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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