Html Css Color HEX #BA67FA Heliotrope

📋 copy color: '#BA67FA'

red 186 ◦ green 103 ◦ blue 250

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

Shades of Heliotrope #BA67FA

Tints of Heliotrope #BA67FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.11%

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

R = 34.51%
G = 19.11%
B = 46.38%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA67FA (or 0xBA67FA) is known color: Heliotrope. HEX triplet: BA, 67 and FA. RGB value is (186,103,250). Sum of RGB (Red+Green+Blue) = 186+103+250=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA67FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67FA is #459805. Grayscale: #909090. Windows color (decimal): -4560902 or 16410554. OLE color: 16410554.

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

Color convert

RGB 186 103 250 -
CMYK 0.26 0.59 0 0.02
HSL 273.88º 0.94% 0.69% -
HSV(B) 273.88º 0.59% 0.98% -
XYZ 42.36 27.04 93.43 -
YUV 144.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 186 103 250 0.26 0.59 0 0.02 273.88 0.94 0.69
Hex BA 67 FA 1A 3B 0 2 112 5E 45
Octal 272 147 372 32 73 0 2 422 136 105
Binary 10111010 1100111 11111010 11010 111011 0 10 100010010 1011110 1000101

Color Harmonies of #BA67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67FA

Black with #BA67FA

Text Example


Text Example

White with #BA67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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