Html Css Color HEX #BA7CFF Heliotrope

📋 copy color: '#BA7CFF'

red 186 ◦ green 124 ◦ blue 255

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

Shades of Heliotrope #BA7CFF

Tints of Heliotrope #BA7CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 32.92%
G = 21.95%
B = 45.13%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA7CFF (or 0xBA7CFF) is known color: Heliotrope. HEX triplet: BA, 7C and FF. RGB value is (186,124,255). Sum of RGB (Red+Green+Blue) = 186+124+255=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CFF is #458300. Grayscale: #9D9D9D. Windows color (decimal): -4555521 or 16743610. OLE color: 16743610.

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

Color convert

RGB 186 124 255 -
CMYK 0.27 0.51 0 0
HSL 268.4º 1% 0.74% -
HSV(B) 268.4º 0.51% 1% -
XYZ 45.51 32.07 98.4 -
YUV 157.47 183.04 148.35 -
System Red Green Blue C M Y K H S L
Decimal 186 124 255 0.27 0.51 0 0 268.4 1 0.74
Hex BA 7C FF 1B 33 0 0 10C 64 4A
Octal 272 174 377 33 63 0 0 414 144 112
Binary 10111010 1111100 11111111 11011 110011 0 0 100001100 1100100 1001010

Color Harmonies of #BA7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CFF

Black with #BA7CFF

Text Example


Text Example

White with #BA7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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