Html Css Color HEX #BA3EED Medium Orchid

📋 copy color: '#BA3EED'

red 186 ◦ green 62 ◦ blue 237

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

Shades of Medium Orchid #BA3EED

Tints of Medium Orchid #BA3EED

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.78%

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 38.35%
G = 12.78%
B = 48.87%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA3EED (or 0xBA3EED) is known color: Medium Orchid. HEX triplet: BA, 3E and ED. RGB value is (186,62,237). Sum of RGB (Red+Green+Blue) = 186+62+237=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA3EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EED is #45C112. Grayscale: #767676. Windows color (decimal): -4571411 or 15548090. OLE color: 15548090.

HSL color Cylindrical-coordinate representation of color #BA3EED: hue angle of 282.51º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3EED is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 62 237 -
CMYK 0.22 0.74 0 0.07
HSL 282.51º 0.83% 0.59% -
HSV(B) 282.51º 0.74% 0.93% -
XYZ 37.26 20 82.02 -
YUV 119.03 194.58 175.77 -
System Red Green Blue C M Y K H S L
Decimal 186 62 237 0.22 0.74 0 0.07 282.51 0.83 0.59
Hex BA 3E ED 16 4A 0 7 11B 53 3B
Octal 272 76 355 26 112 0 7 433 123 73
Binary 10111010 111110 11101101 10110 1001010 0 111 100011011 1010011 111011

Color Harmonies of #BA3EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EED

Black with #BA3EED

Text Example


Text Example

White with #BA3EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EED; }

 p { color: rgb(186,62,237); }

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

background-color css

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

 a { background-color: rgb(186,62,237); }

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

border-color css

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

 span { border-color: rgb(186,62,237); }

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