Html Css Color HEX #BA35E4 Medium Orchid

📋 copy color: '#BA35E4'

red 186 ◦ green 53 ◦ blue 228

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

Shades of Medium Orchid #BA35E4

Tints of Medium Orchid #BA35E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.82%

R = 39.83%
G = 11.35%
B = 48.82%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA35E4 (or 0xBA35E4) is known color: Medium Orchid. HEX triplet: BA, 35 and E4. RGB value is (186,53,228). Sum of RGB (Red+Green+Blue) = 186+53+228=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA35E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35E4 is #45CA1B. Grayscale: #707070. Windows color (decimal): -4573724 or 14955962. OLE color: 14955962.

HSL color Cylindrical-coordinate representation of color #BA35E4: hue angle of 285.6º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA35E4 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 53 228 -
CMYK 0.18 0.77 0 0.11
HSL 285.6º 0.76% 0.55% -
HSV(B) 285.6º 0.77% 0.89% -
XYZ 35.53 18.59 75.11 -
YUV 112.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 186 53 228 0.18 0.77 0 0.11 285.6 0.76 0.55
Hex BA 35 E4 12 4D 0 B 11E 4C 37
Octal 272 65 344 22 115 0 13 436 114 67
Binary 10111010 110101 11100100 10010 1001101 0 1011 100011110 1001100 110111

Color Harmonies of #BA35E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35E4

Black with #BA35E4

Text Example


Text Example

White with #BA35E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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