Html Css Color HEX #BA62FD Heliotrope

📋 copy color: '#BA62FD'

red 186 ◦ green 98 ◦ blue 253

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

Shades of Heliotrope #BA62FD

Tints of Heliotrope #BA62FD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.25%

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 34.64%
G = 18.25%
B = 47.11%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA62FD (or 0xBA62FD) is known color: Heliotrope. HEX triplet: BA, 62 and FD. RGB value is (186,98,253). Sum of RGB (Red+Green+Blue) = 186+98+253=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA62FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62FD is #459D02. Grayscale: #8D8D8D. Windows color (decimal): -4562179 or 16605882. OLE color: 16605882.

HSL color Cylindrical-coordinate representation of color #BA62FD: hue angle of 274.06º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA62FD is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 98 253 -
CMYK 0.26 0.61 0 0.01
HSL 274.06º 0.97% 0.69% -
HSV(B) 274.06º 0.61% 0.99% -
XYZ 42.35 26.27 95.77 -
YUV 141.98 190.65 159.4 -
System Red Green Blue C M Y K H S L
Decimal 186 98 253 0.26 0.61 0 0.01 274.06 0.97 0.69
Hex BA 62 FD 1A 3D 0 1 112 61 45
Octal 272 142 375 32 75 0 1 422 141 105
Binary 10111010 1100010 11111101 11010 111101 0 1 100010010 1100001 1000101

Color Harmonies of #BA62FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62FD

Black with #BA62FD

Text Example


Text Example

White with #BA62FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62FD; }

 p { color: rgb(186,98,253); }

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

background-color css

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

 a { background-color: rgb(186,98,253); }

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

border-color css

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

 span { border-color: rgb(186,98,253); }

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