Html Css Color HEX #BA75FD Heliotrope

📋 copy color: '#BA75FD'

red 186 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #BA75FD

Tints of Heliotrope #BA75FD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.04%

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

R = 33.45%
G = 21.04%
B = 45.5%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA75FD (or 0xBA75FD) is known color: Heliotrope. HEX triplet: BA, 75 and FD. RGB value is (186,117,253). Sum of RGB (Red+Green+Blue) = 186+117+253=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA75FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75FD is #458A02. Grayscale: #989898. Windows color (decimal): -4557315 or 16610746. OLE color: 16610746.

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

Color convert

RGB 186 117 253 -
CMYK 0.26 0.54 0 0.01
HSL 270.44º 0.97% 0.73% -
HSV(B) 270.44º 0.54% 0.99% -
XYZ 44.34 30.25 96.43 -
YUV 153.14 184.36 151.44 -
System Red Green Blue C M Y K H S L
Decimal 186 117 253 0.26 0.54 0 0.01 270.44 0.97 0.73
Hex BA 75 FD 1A 36 0 1 10E 61 49
Octal 272 165 375 32 66 0 1 416 141 111
Binary 10111010 1110101 11111101 11010 110110 0 1 100001110 1100001 1001001

Color Harmonies of #BA75FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75FD

Black with #BA75FD

Text Example


Text Example

White with #BA75FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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