Html Css Color HEX #BA3DDB Medium Orchid

📋 copy color: '#BA3DDB'

red 186 ◦ green 61 ◦ blue 219

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

Shades of Medium Orchid #BA3DDB

Tints of Medium Orchid #BA3DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47%

R = 39.91%
G = 13.09%
B = 47%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA3DDB (or 0xBA3DDB) is known color: Medium Orchid. HEX triplet: BA, 3D and DB. RGB value is (186,61,219). Sum of RGB (Red+Green+Blue) = 186+61+219=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DDB is #45C224. Grayscale: #737373. Windows color (decimal): -4571685 or 14368186. OLE color: 14368186.

HSL color Cylindrical-coordinate representation of color #BA3DDB: hue angle of 287.47º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3DDB is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 61 219 -
CMYK 0.15 0.72 0 0.14
HSL 287.47º 0.69% 0.55% -
HSV(B) 287.47º 0.72% 0.86% -
XYZ 34.7 18.89 68.84 -
YUV 116.39 185.91 177.65 -
System Red Green Blue C M Y K H S L
Decimal 186 61 219 0.15 0.72 0 0.14 287.47 0.69 0.55
Hex BA 3D DB F 48 0 E 11F 45 37
Octal 272 75 333 17 110 0 16 437 105 67
Binary 10111010 111101 11011011 1111 1001000 0 1110 100011111 1000101 110111

Color Harmonies of #BA3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DDB

Black with #BA3DDB

Text Example


Text Example

White with #BA3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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