Html Css Color HEX #BA74ED Heliotrope

📋 copy color: '#BA74ED'

red 186 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #BA74ED

Tints of Heliotrope #BA74ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 34.51%
G = 21.52%
B = 43.97%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA74ED (or 0xBA74ED) is known color: Heliotrope. HEX triplet: BA, 74 and ED. RGB value is (186,116,237). Sum of RGB (Red+Green+Blue) = 186+116+237=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74ED is #458B12. Grayscale: #969696. Windows color (decimal): -4557587 or 15561914. OLE color: 15561914.

HSL color Cylindrical-coordinate representation of color #BA74ED: hue angle of 274.71º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA74ED is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 116 237 -
CMYK 0.22 0.51 0 0.07
HSL 274.71º 0.77% 0.69% -
HSV(B) 274.71º 0.51% 0.93% -
XYZ 41.78 29.04 83.52 -
YUV 150.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 186 116 237 0.22 0.51 0 0.07 274.71 0.77 0.69
Hex BA 74 ED 16 33 0 7 113 4D 45
Octal 272 164 355 26 63 0 7 423 115 105
Binary 10111010 1110100 11101101 10110 110011 0 111 100010011 1001101 1000101

Color Harmonies of #BA74ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74ED

Black with #BA74ED

Text Example


Text Example

White with #BA74ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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