Html Css Color HEX #BA33DB Medium Orchid

📋 copy color: '#BA33DB'

red 186 ◦ green 51 ◦ blue 219

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

Shades of Medium Orchid #BA33DB

Tints of Medium Orchid #BA33DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.18%

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

R = 40.79%
G = 11.18%
B = 48.03%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA33DB (or 0xBA33DB) is known color: Medium Orchid. HEX triplet: BA, 33 and DB. RGB value is (186,51,219). Sum of RGB (Red+Green+Blue) = 186+51+219=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA33DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33DB is #45CC24. Grayscale: #6D6D6D. Windows color (decimal): -4574245 or 14365626. OLE color: 14365626.

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

Color convert

RGB 186 51 219 -
CMYK 0.15 0.77 0 0.14
HSL 288.21º 0.7% 0.53% -
HSV(B) 288.21º 0.77% 0.86% -
XYZ 34.22 17.92 68.67 -
YUV 110.52 189.23 181.84 -
System Red Green Blue C M Y K H S L
Decimal 186 51 219 0.15 0.77 0 0.14 288.21 0.7 0.53
Hex BA 33 DB F 4D 0 E 120 46 35
Octal 272 63 333 17 115 0 16 440 106 65
Binary 10111010 110011 11011011 1111 1001101 0 1110 100100000 1000110 110101

Color Harmonies of #BA33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33DB

Black with #BA33DB

Text Example


Text Example

White with #BA33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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