Html Css Color HEX #BA39EB Medium Orchid

📋 copy color: '#BA39EB'

red 186 ◦ green 57 ◦ blue 235

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

Shades of Medium Orchid #BA39EB

Tints of Medium Orchid #BA39EB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.92%

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

R = 38.91%
G = 11.92%
B = 49.16%

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

#BA39EB (or 0xBA39EB) is known color: Medium Orchid. HEX triplet: BA, 39 and EB. RGB value is (186,57,235). Sum of RGB (Red+Green+Blue) = 186+57+235=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 57 (22.66% from 255 or 11.92% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA39EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39EB is #45C614. Grayscale: #737373. Windows color (decimal): -4572693 or 15415738. OLE color: 15415738.

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

Color convert

RGB 186 57 235 -
CMYK 0.21 0.76 0 0.08
HSL 283.48º 0.82% 0.57% -
HSV(B) 283.48º 0.76% 0.92% -
XYZ 36.71 19.36 80.4 -
YUV 115.86 195.24 178.03 -
System Red Green Blue C M Y K H S L
Decimal 186 57 235 0.21 0.76 0 0.08 283.48 0.82 0.57
Hex BA 39 EB 15 4C 0 8 11B 52 39
Octal 272 71 353 25 114 0 10 433 122 71
Binary 10111010 111001 11101011 10101 1001100 0 1000 100011011 1010010 111001

Color Harmonies of #BA39EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39EB

Black with #BA39EB

Text Example


Text Example

White with #BA39EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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