Html Css Color HEX #BA35E1 Medium Orchid

📋 copy color: '#BA35E1'

red 186 ◦ green 53 ◦ blue 225

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

Shades of Medium Orchid #BA35E1

Tints of Medium Orchid #BA35E1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.42%

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 40.09%
G = 11.42%
B = 48.49%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA35E1 (or 0xBA35E1) is known color: Medium Orchid. HEX triplet: BA, 35 and E1. RGB value is (186,53,225). Sum of RGB (Red+Green+Blue) = 186+53+225=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA35E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35E1 is #45CA1E. Grayscale: #6F6F6F. Windows color (decimal): -4573727 or 14759354. OLE color: 14759354.

HSL color Cylindrical-coordinate representation of color #BA35E1: hue angle of 286.4º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA35E1 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 53 225 -
CMYK 0.17 0.76 0 0.12
HSL 286.4º 0.74% 0.55% -
HSV(B) 286.4º 0.76% 0.88% -
XYZ 35.11 18.42 72.94 -
YUV 112.38 191.56 180.51 -
System Red Green Blue C M Y K H S L
Decimal 186 53 225 0.17 0.76 0 0.12 286.4 0.74 0.55
Hex BA 35 E1 11 4C 0 C 11E 4A 37
Octal 272 65 341 21 114 0 14 436 112 67
Binary 10111010 110101 11100001 10001 1001100 0 1100 100011110 1001010 110111

Color Harmonies of #BA35E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35E1

Black with #BA35E1

Text Example


Text Example

White with #BA35E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35E1; }

 p { color: rgb(186,53,225); }

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

background-color css

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

 a { background-color: rgb(186,53,225); }

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

border-color css

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

 span { border-color: rgb(186,53,225); }

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