Html Css Color HEX #BA34EA Medium Orchid

📋 copy color: '#BA34EA'

red 186 ◦ green 52 ◦ blue 234

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

Shades of Medium Orchid #BA34EA

Tints of Medium Orchid #BA34EA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

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

R = 39.41%
G = 11.02%
B = 49.58%

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

#BA34EA (or 0xBA34EA) is known color: Medium Orchid. HEX triplet: BA, 34 and EA. RGB value is (186,52,234). Sum of RGB (Red+Green+Blue) = 186+52+234=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA34EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34EA is #45CB15. Grayscale: #707070. Windows color (decimal): -4573974 or 15348922. OLE color: 15348922.

HSL color Cylindrical-coordinate representation of color #BA34EA: hue angle of 284.18º 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 #BA34EA is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 52 234 -
CMYK 0.21 0.78 0 0.08
HSL 284.18º 0.81% 0.56% -
HSV(B) 284.18º 0.78% 0.92% -
XYZ 36.33 18.84 79.56 -
YUV 112.81 196.39 180.2 -
System Red Green Blue C M Y K H S L
Decimal 186 52 234 0.21 0.78 0 0.08 284.18 0.81 0.56
Hex BA 34 EA 15 4E 0 8 11C 51 38
Octal 272 64 352 25 116 0 10 434 121 70
Binary 10111010 110100 11101010 10101 1001110 0 1000 100011100 1010001 111000

Color Harmonies of #BA34EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34EA

Black with #BA34EA

Text Example


Text Example

White with #BA34EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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