Html Css Color HEX #BA75FA Heliotrope

📋 copy color: '#BA75FA'

red 186 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #BA75FA

Tints of Heliotrope #BA75FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.21%

R = 33.63%
G = 21.16%
B = 45.21%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA75FA (or 0xBA75FA) is known color: Heliotrope. HEX triplet: BA, 75 and FA. RGB value is (186,117,250). Sum of RGB (Red+Green+Blue) = 186+117+250=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA75FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75FA is #458A05. Grayscale: #989898. Windows color (decimal): -4557318 or 16414138. OLE color: 16414138.

HSL color Cylindrical-coordinate representation of color #BA75FA: hue angle of 271.13º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA75FA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 117 250 -
CMYK 0.26 0.53 0 0.02
HSL 271.13º 0.93% 0.72% -
HSV(B) 271.13º 0.53% 0.98% -
XYZ 43.87 30.06 93.93 -
YUV 152.79 182.86 151.69 -
System Red Green Blue C M Y K H S L
Decimal 186 117 250 0.26 0.53 0 0.02 271.13 0.93 0.72
Hex BA 75 FA 1A 35 0 2 10F 5D 48
Octal 272 165 372 32 65 0 2 417 135 110
Binary 10111010 1110101 11111010 11010 110101 0 10 100001111 1011101 1001000

Color Harmonies of #BA75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75FA

Black with #BA75FA

Text Example


Text Example

White with #BA75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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