Html Css Color HEX #BA7FFD Heliotrope

📋 copy color: '#BA7FFD'

red 186 ◦ green 127 ◦ blue 253

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

Shades of Heliotrope #BA7FFD

Tints of Heliotrope #BA7FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.44%

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

R = 32.86%
G = 22.44%
B = 44.7%

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

#BA7FFD (or 0xBA7FFD) is known color: Heliotrope. HEX triplet: BA, 7F and FD. RGB value is (186,127,253). Sum of RGB (Red+Green+Blue) = 186+127+253=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FFD is #458002. Grayscale: #9E9E9E. Windows color (decimal): -4554755 or 16613306. OLE color: 16613306.

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

Color convert

RGB 186 127 253 -
CMYK 0.26 0.50 0 0.01
HSL 268.1º 0.97% 0.75% -
HSV(B) 268.1º 0.5% 0.99% -
XYZ 45.57 32.71 96.84 -
YUV 159.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 186 127 253 0.26 0.50 0 0.01 268.1 0.97 0.75
Hex BA 7F FD 1A 32 0 1 10C 61 4B
Octal 272 177 375 32 62 0 1 414 141 113
Binary 10111010 1111111 11111101 11010 110010 0 1 100001100 1100001 1001011

Color Harmonies of #BA7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7FFD

Black with #BA7FFD

Text Example


Text Example

White with #BA7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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