Html Css Color HEX #BA33E1 Medium Orchid

📋 copy color: '#BA33E1'

red 186 ◦ green 51 ◦ blue 225

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

Shades of Medium Orchid #BA33E1

Tints of Medium Orchid #BA33E1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.04%

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

R = 40.26%
G = 11.04%
B = 48.7%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA33E1 (or 0xBA33E1) is known color: Medium Orchid. HEX triplet: BA, 33 and E1. RGB value is (186,51,225). Sum of RGB (Red+Green+Blue) = 186+51+225=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA33E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33E1 is #45CC1E. Grayscale: #6E6E6E. Windows color (decimal): -4574239 or 14758842. OLE color: 14758842.

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

Color convert

RGB 186 51 225 -
CMYK 0.17 0.77 0 0.12
HSL 286.55º 0.74% 0.54% -
HSV(B) 286.55º 0.77% 0.88% -
XYZ 35.02 18.24 72.91 -
YUV 111.2 192.23 181.35 -
System Red Green Blue C M Y K H S L
Decimal 186 51 225 0.17 0.77 0 0.12 286.55 0.74 0.54
Hex BA 33 E1 11 4D 0 C 11F 4A 36
Octal 272 63 341 21 115 0 14 437 112 66
Binary 10111010 110011 11100001 10001 1001101 0 1100 100011111 1001010 110110

Color Harmonies of #BA33E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33E1

Black with #BA33E1

Text Example


Text Example

White with #BA33E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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