Html Css Color HEX #BA85FF Heliotrope

📋 copy color: '#BA85FF'

red 186 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #BA85FF

Tints of Heliotrope #BA85FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.17%

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

R = 32.4%
G = 23.17%
B = 44.43%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA85FF (or 0xBA85FF) is known color: Heliotrope. HEX triplet: BA, 85 and FF. RGB value is (186,133,255). Sum of RGB (Red+Green+Blue) = 186+133+255=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85FF is #457A00. Grayscale: #A2A2A2. Windows color (decimal): -4553217 or 16745914. OLE color: 16745914.

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

Color convert

RGB 186 133 255 -
CMYK 0.27 0.48 0 0
HSL 266.07º 1% 0.76% -
HSV(B) 266.07º 0.48% 1% -
XYZ 46.69 34.43 98.79 -
YUV 162.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 186 133 255 0.27 0.48 0 0 266.07 1 0.76
Hex BA 85 FF 1B 30 0 0 10A 64 4C
Octal 272 205 377 33 60 0 0 412 144 114
Binary 10111010 10000101 11111111 11011 110000 0 0 100001010 1100100 1001100

Color Harmonies of #BA85FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85FF

Black with #BA85FF

Text Example


Text Example

White with #BA85FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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