Html Css Color HEX #BA38EB Medium Orchid

📋 copy color: '#BA38EB'

red 186 ◦ green 56 ◦ blue 235

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

Shades of Medium Orchid #BA38EB

Tints of Medium Orchid #BA38EB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.74%

 BLUE value IS 235 (92.19% from 255) = 49.27%

R = 38.99%
G = 11.74%
B = 49.27%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA38EB (or 0xBA38EB) is known color: Medium Orchid. HEX triplet: BA, 38 and EB. RGB value is (186,56,235). Sum of RGB (Red+Green+Blue) = 186+56+235=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA38EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38EB is #45C714. Grayscale: #727272. Windows color (decimal): -4572949 or 15415482. OLE color: 15415482.

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

Color convert

RGB 186 56 235 -
CMYK 0.21 0.76 0 0.08
HSL 283.58º 0.82% 0.57% -
HSV(B) 283.58º 0.76% 0.92% -
XYZ 36.66 19.27 80.38 -
YUV 115.28 195.57 178.45 -
System Red Green Blue C M Y K H S L
Decimal 186 56 235 0.21 0.76 0 0.08 283.58 0.82 0.57
Hex BA 38 EB 15 4C 0 8 11C 52 39
Octal 272 70 353 25 114 0 10 434 122 71
Binary 10111010 111000 11101011 10101 1001100 0 1000 100011100 1010010 111001

Color Harmonies of #BA38EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38EB

Black with #BA38EB

Text Example


Text Example

White with #BA38EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38EB; }

 p { color: rgb(186,56,235); }

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

background-color css

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

 a { background-color: rgb(186,56,235); }

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

border-color css

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

 span { border-color: rgb(186,56,235); }

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