Html Css Color HEX #BA65FA Heliotrope

📋 copy color: '#BA65FA'

red 186 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #BA65FA

Tints of Heliotrope #BA65FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.81%

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

R = 34.64%
G = 18.81%
B = 46.55%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA65FA (or 0xBA65FA) is known color: Heliotrope. HEX triplet: BA, 65 and FA. RGB value is (186,101,250). Sum of RGB (Red+Green+Blue) = 186+101+250=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65FA is #459A05. Grayscale: #8E8E8E. Windows color (decimal): -4561414 or 16410042. OLE color: 16410042.

HSL color Cylindrical-coordinate representation of color #BA65FA: hue angle of 274.23º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA65FA is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 101 250 -
CMYK 0.26 0.60 0 0.02
HSL 274.23º 0.94% 0.69% -
HSV(B) 274.23º 0.6% 0.98% -
XYZ 42.16 26.65 93.36 -
YUV 143.4 188.16 158.38 -
System Red Green Blue C M Y K H S L
Decimal 186 101 250 0.26 0.60 0 0.02 274.23 0.94 0.69
Hex BA 65 FA 1A 3C 0 2 112 5E 45
Octal 272 145 372 32 74 0 2 422 136 105
Binary 10111010 1100101 11111010 11010 111100 0 10 100010010 1011110 1000101

Color Harmonies of #BA65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65FA

Black with #BA65FA

Text Example


Text Example

White with #BA65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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