Html Css Color HEX #BA66FD Heliotrope

📋 copy color: '#BA66FD'

red 186 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #BA66FD

Tints of Heliotrope #BA66FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.85%

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

R = 34.38%
G = 18.85%
B = 46.77%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA66FD (or 0xBA66FD) is known color: Heliotrope. HEX triplet: BA, 66 and FD. RGB value is (186,102,253). Sum of RGB (Red+Green+Blue) = 186+102+253=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA66FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66FD is #459902. Grayscale: #8F8F8F. Windows color (decimal): -4561155 or 16606906. OLE color: 16606906.

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

Color convert

RGB 186 102 253 -
CMYK 0.26 0.60 0 0.01
HSL 273.38º 0.97% 0.7% -
HSV(B) 273.38º 0.6% 0.99% -
XYZ 42.73 27.03 95.89 -
YUV 144.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 186 102 253 0.26 0.60 0 0.01 273.38 0.97 0.7
Hex BA 66 FD 1A 3C 0 1 111 61 46
Octal 272 146 375 32 74 0 1 421 141 106
Binary 10111010 1100110 11111101 11010 111100 0 1 100010001 1100001 1000110

Color Harmonies of #BA66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66FD

Black with #BA66FD

Text Example


Text Example

White with #BA66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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