Html Css Color HEX #BA33DC Medium Orchid

📋 copy color: '#BA33DC'

red 186 ◦ green 51 ◦ blue 220

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

Shades of Medium Orchid #BA33DC

Tints of Medium Orchid #BA33DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 40.7%
G = 11.16%
B = 48.14%

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

#BA33DC (or 0xBA33DC) is known color: Medium Orchid. HEX triplet: BA, 33 and DC. RGB value is (186,51,220). Sum of RGB (Red+Green+Blue) = 186+51+220=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA33DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33DC is #45CC23. Grayscale: #6E6E6E. Windows color (decimal): -4574244 or 14431162. OLE color: 14431162.

HSL color Cylindrical-coordinate representation of color #BA33DC: hue angle of 287.93º degrees, saturation: 0.71, 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 #BA33DC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 51 220 -
CMYK 0.15 0.77 0 0.14
HSL 287.93º 0.71% 0.53% -
HSV(B) 287.93º 0.77% 0.86% -
XYZ 34.35 17.97 69.37 -
YUV 110.63 189.73 181.76 -
System Red Green Blue C M Y K H S L
Decimal 186 51 220 0.15 0.77 0 0.14 287.93 0.71 0.53
Hex BA 33 DC F 4D 0 E 120 47 35
Octal 272 63 334 17 115 0 16 440 107 65
Binary 10111010 110011 11011100 1111 1001101 0 1110 100100000 1000111 110101

Color Harmonies of #BA33DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33DC

Black with #BA33DC

Text Example


Text Example

White with #BA33DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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