Html Css Color HEX #BA33E9 Medium Orchid

📋 copy color: '#BA33E9'

red 186 ◦ green 51 ◦ blue 233

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

Shades of Medium Orchid #BA33E9

Tints of Medium Orchid #BA33E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.57%

R = 39.57%
G = 10.85%
B = 49.57%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA33E9 (or 0xBA33E9) is known color: Medium Orchid. HEX triplet: BA, 33 and E9. RGB value is (186,51,233). Sum of RGB (Red+Green+Blue) = 186+51+233=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA33E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33E9 is #45CC16. Grayscale: #6F6F6F. Windows color (decimal): -4574231 or 15283130. OLE color: 15283130.

HSL color Cylindrical-coordinate representation of color #BA33E9: hue angle of 284.51º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA33E9 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 51 233 -
CMYK 0.20 0.78 0 0.09
HSL 284.51º 0.81% 0.56% -
HSV(B) 284.51º 0.78% 0.91% -
XYZ 36.14 18.69 78.79 -
YUV 112.11 196.23 180.7 -
System Red Green Blue C M Y K H S L
Decimal 186 51 233 0.20 0.78 0 0.09 284.51 0.81 0.56
Hex BA 33 E9 14 4E 0 9 11D 51 38
Octal 272 63 351 24 116 0 11 435 121 70
Binary 10111010 110011 11101001 10100 1001110 0 1001 100011101 1010001 111000

Color Harmonies of #BA33E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33E9

Black with #BA33E9

Text Example


Text Example

White with #BA33E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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