Html Css Color HEX #BA33EA Medium Orchid

📋 copy color: '#BA33EA'

red 186 ◦ green 51 ◦ blue 234

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

Shades of Medium Orchid #BA33EA

Tints of Medium Orchid #BA33EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 39.49%
G = 10.83%
B = 49.68%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA33EA (or 0xBA33EA) is known color: Medium Orchid. HEX triplet: BA, 33 and EA. RGB value is (186,51,234). Sum of RGB (Red+Green+Blue) = 186+51+234=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA33EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33EA is #45CC15. Grayscale: #6F6F6F. Windows color (decimal): -4574230 or 15348666. OLE color: 15348666.

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

Color convert

RGB 186 51 234 -
CMYK 0.21 0.78 0 0.08
HSL 284.26º 0.81% 0.56% -
HSV(B) 284.26º 0.78% 0.92% -
XYZ 36.28 18.75 79.55 -
YUV 112.23 196.73 180.62 -
System Red Green Blue C M Y K H S L
Decimal 186 51 234 0.21 0.78 0 0.08 284.26 0.81 0.56
Hex BA 33 EA 15 4E 0 8 11C 51 38
Octal 272 63 352 25 116 0 10 434 121 70
Binary 10111010 110011 11101010 10101 1001110 0 1000 100011100 1010001 111000

Color Harmonies of #BA33EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33EA

Black with #BA33EA

Text Example


Text Example

White with #BA33EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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