Html Css Color HEX #BA33E4 Medium Orchid

📋 copy color: '#BA33E4'

red 186 ◦ green 51 ◦ blue 228

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

Shades of Medium Orchid #BA33E4

Tints of Medium Orchid #BA33E4

RGB

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

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

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

R = 40%
G = 10.97%
B = 49.03%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA33E4 (or 0xBA33E4) is known color: Medium Orchid. HEX triplet: BA, 33 and E4. RGB value is (186,51,228). Sum of RGB (Red+Green+Blue) = 186+51+228=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA33E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33E4 is #45CC1B. Grayscale: #6E6E6E. Windows color (decimal): -4574236 or 14955450. OLE color: 14955450.

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

Color convert

RGB 186 51 228 -
CMYK 0.18 0.78 0 0.11
HSL 285.76º 0.77% 0.55% -
HSV(B) 285.76º 0.78% 0.89% -
XYZ 35.44 18.41 75.08 -
YUV 111.54 193.73 181.11 -
System Red Green Blue C M Y K H S L
Decimal 186 51 228 0.18 0.78 0 0.11 285.76 0.77 0.55
Hex BA 33 E4 12 4E 0 B 11E 4D 37
Octal 272 63 344 22 116 0 13 436 115 67
Binary 10111010 110011 11100100 10010 1001110 0 1011 100011110 1001101 110111

Color Harmonies of #BA33E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33E4

Black with #BA33E4

Text Example


Text Example

White with #BA33E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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