Html Css Color HEX #BA3FEB Medium Orchid

📋 copy color: '#BA3FEB'

red 186 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #BA3FEB

Tints of Medium Orchid #BA3FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.02%

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

R = 38.43%
G = 13.02%
B = 48.55%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA3FEB (or 0xBA3FEB) is known color: Medium Orchid. HEX triplet: BA, 3F and EB. RGB value is (186,63,235). Sum of RGB (Red+Green+Blue) = 186+63+235=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA3FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FEB is #45C014. Grayscale: #767676. Windows color (decimal): -4571157 or 15417274. OLE color: 15417274.

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

Color convert

RGB 186 63 235 -
CMYK 0.21 0.73 0 0.08
HSL 282.91º 0.81% 0.58% -
HSV(B) 282.91º 0.73% 0.92% -
XYZ 37.02 19.99 80.5 -
YUV 119.39 193.25 175.51 -
System Red Green Blue C M Y K H S L
Decimal 186 63 235 0.21 0.73 0 0.08 282.91 0.81 0.58
Hex BA 3F EB 15 49 0 8 11B 51 3A
Octal 272 77 353 25 111 0 10 433 121 72
Binary 10111010 111111 11101011 10101 1001001 0 1000 100011011 1010001 111010

Color Harmonies of #BA3FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FEB

Black with #BA3FEB

Text Example


Text Example

White with #BA3FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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