Html Css Color HEX #BA3DEB Medium Orchid

📋 copy color: '#BA3DEB'

red 186 ◦ green 61 ◦ blue 235

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

Shades of Medium Orchid #BA3DEB

Tints of Medium Orchid #BA3DEB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.66%

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

R = 38.59%
G = 12.66%
B = 48.76%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA3DEB (or 0xBA3DEB) is known color: Medium Orchid. HEX triplet: BA, 3D and EB. RGB value is (186,61,235). Sum of RGB (Red+Green+Blue) = 186+61+235=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA3DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DEB is #45C214. Grayscale: #757575. Windows color (decimal): -4571669 or 15416762. OLE color: 15416762.

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

Color convert

RGB 186 61 235 -
CMYK 0.21 0.74 0 0.08
HSL 283.1º 0.81% 0.58% -
HSV(B) 283.1º 0.74% 0.92% -
XYZ 36.91 19.77 80.47 -
YUV 118.21 193.91 176.35 -
System Red Green Blue C M Y K H S L
Decimal 186 61 235 0.21 0.74 0 0.08 283.1 0.81 0.58
Hex BA 3D EB 15 4A 0 8 11B 51 3A
Octal 272 75 353 25 112 0 10 433 121 72
Binary 10111010 111101 11101011 10101 1001010 0 1000 100011011 1010001 111010

Color Harmonies of #BA3DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DEB

Black with #BA3DEB

Text Example


Text Example

White with #BA3DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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