Html Css Color HEX #BA3BEB Medium Orchid

📋 copy color: '#BA3BEB'

red 186 ◦ green 59 ◦ blue 235

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

Shades of Medium Orchid #BA3BEB

Tints of Medium Orchid #BA3BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.29%

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

R = 38.75%
G = 12.29%
B = 48.96%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA3BEB (or 0xBA3BEB) is known color: Medium Orchid. HEX triplet: BA, 3B and EB. RGB value is (186,59,235). Sum of RGB (Red+Green+Blue) = 186+59+235=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA3BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BEB is #45C414. Grayscale: #747474. Windows color (decimal): -4572181 or 15416250. OLE color: 15416250.

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

Color convert

RGB 186 59 235 -
CMYK 0.21 0.75 0 0.08
HSL 283.3º 0.81% 0.58% -
HSV(B) 283.3º 0.75% 0.92% -
XYZ 36.81 19.57 80.43 -
YUV 117.04 194.58 177.19 -
System Red Green Blue C M Y K H S L
Decimal 186 59 235 0.21 0.75 0 0.08 283.3 0.81 0.58
Hex BA 3B EB 15 4B 0 8 11B 51 3A
Octal 272 73 353 25 113 0 10 433 121 72
Binary 10111010 111011 11101011 10101 1001011 0 1000 100011011 1010001 111010

Color Harmonies of #BA3BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BEB

Black with #BA3BEB

Text Example


Text Example

White with #BA3BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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