Html Css Color HEX #BA3BDE Medium Orchid

📋 copy color: '#BA3BDE'

red 186 ◦ green 59 ◦ blue 222

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

Shades of Medium Orchid #BA3BDE

Tints of Medium Orchid #BA3BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 39.83%
G = 12.63%
B = 47.54%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA3BDE (or 0xBA3BDE) is known color: Medium Orchid. HEX triplet: BA, 3B and DE. RGB value is (186,59,222). Sum of RGB (Red+Green+Blue) = 186+59+222=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA3BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BDE is #45C421. Grayscale: #737373. Windows color (decimal): -4572194 or 14564282. OLE color: 14564282.

HSL color Cylindrical-coordinate representation of color #BA3BDE: hue angle of 286.75º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3BDE is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 59 222 -
CMYK 0.16 0.73 0 0.13
HSL 286.75º 0.71% 0.55% -
HSV(B) 286.75º 0.73% 0.87% -
XYZ 35 18.84 70.9 -
YUV 115.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 186 59 222 0.16 0.73 0 0.13 286.75 0.71 0.55
Hex BA 3B DE 10 49 0 D 11F 47 37
Octal 272 73 336 20 111 0 15 437 107 67
Binary 10111010 111011 11011110 10000 1001001 0 1101 100011111 1000111 110111

Color Harmonies of #BA3BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BDE

Black with #BA3BDE

Text Example


Text Example

White with #BA3BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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