Html Css Color HEX #BA74EF Heliotrope

📋 copy color: '#BA74EF'

red 186 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #BA74EF

Tints of Heliotrope #BA74EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.44%

 BLUE value IS 239 (93.75% from 255) = 44.18%

R = 34.38%
G = 21.44%
B = 44.18%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA74EF (or 0xBA74EF) is known color: Heliotrope. HEX triplet: BA, 74 and EF. RGB value is (186,116,239). Sum of RGB (Red+Green+Blue) = 186+116+239=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA74EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74EF is #458B10. Grayscale: #969696. Windows color (decimal): -4557585 or 15692986. OLE color: 15692986.

HSL color Cylindrical-coordinate representation of color #BA74EF: hue angle of 274.15º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA74EF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 116 239 -
CMYK 0.22 0.51 0 0.06
HSL 274.15º 0.79% 0.7% -
HSV(B) 274.15º 0.51% 0.94% -
XYZ 42.08 29.16 85.07 -
YUV 150.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 186 116 239 0.22 0.51 0 0.06 274.15 0.79 0.7
Hex BA 74 EF 16 33 0 6 112 4F 46
Octal 272 164 357 26 63 0 6 422 117 106
Binary 10111010 1110100 11101111 10110 110011 0 110 100010010 1001111 1000110

Color Harmonies of #BA74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74EF

Black with #BA74EF

Text Example


Text Example

White with #BA74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74EF; }

 p { color: rgb(186,116,239); }

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

background-color css

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

 a { background-color: rgb(186,116,239); }

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

border-color css

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

 span { border-color: rgb(186,116,239); }

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