Html Css Color HEX #BA70FF Heliotrope

📋 copy color: '#BA70FF'

red 186 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #BA70FF

Tints of Heliotrope #BA70FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.25%

 BLUE value IS 255 (100% from 255) = 46.11%

R = 33.63%
G = 20.25%
B = 46.11%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA70FF (or 0xBA70FF) is known color: Heliotrope. HEX triplet: BA, 70 and FF. RGB value is (186,112,255). Sum of RGB (Red+Green+Blue) = 186+112+255=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA70FF is #458F00. Grayscale: #959595. Windows color (decimal): -4558593 or 16740538. OLE color: 16740538.

HSL color Cylindrical-coordinate representation of color #BA70FF: hue angle of 271.05º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA70FF is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 112 255 -
CMYK 0.27 0.56 0 0
HSL 271.05º 1% 0.72% -
HSV(B) 271.05º 0.56% 1% -
XYZ 44.09 29.25 97.93 -
YUV 150.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 186 112 255 0.27 0.56 0 0 271.05 1 0.72
Hex BA 70 FF 1B 38 0 0 10F 64 48
Octal 272 160 377 33 70 0 0 417 144 110
Binary 10111010 1110000 11111111 11011 111000 0 0 100001111 1100100 1001000

Color Harmonies of #BA70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70FF

Black with #BA70FF

Text Example


Text Example

White with #BA70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70FF; }

 p { color: rgb(186,112,255); }

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

background-color css

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

 a { background-color: rgb(186,112,255); }

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

border-color css

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

 span { border-color: rgb(186,112,255); }

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