Html Css Color HEX #BA72EE Heliotrope

📋 copy color: '#BA72EE'

red 186 ◦ green 114 ◦ blue 238

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

Shades of Heliotrope #BA72EE

Tints of Heliotrope #BA72EE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.19%

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 34.57%
G = 21.19%
B = 44.24%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA72EE (or 0xBA72EE) is known color: Heliotrope. HEX triplet: BA, 72 and EE. RGB value is (186,114,238). Sum of RGB (Red+Green+Blue) = 186+114+238=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA72EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72EE is #458D11. Grayscale: #959595. Windows color (decimal): -4558098 or 15626938. OLE color: 15626938.

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

Color convert

RGB 186 114 238 -
CMYK 0.22 0.52 0 0.07
HSL 274.84º 0.78% 0.69% -
HSV(B) 274.84º 0.52% 0.93% -
XYZ 41.7 28.65 84.22 -
YUV 149.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 186 114 238 0.22 0.52 0 0.07 274.84 0.78 0.69
Hex BA 72 EE 16 34 0 7 113 4E 45
Octal 272 162 356 26 64 0 7 423 116 105
Binary 10111010 1110010 11101110 10110 110100 0 111 100010011 1001110 1000101

Color Harmonies of #BA72EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72EE

Black with #BA72EE

Text Example


Text Example

White with #BA72EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72EE; }

 p { color: rgb(186,114,238); }

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

background-color css

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

 a { background-color: rgb(186,114,238); }

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

border-color css

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

 span { border-color: rgb(186,114,238); }

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