Html Css Color HEX #BA30DC Medium Orchid

📋 copy color: '#BA30DC'

red 186 ◦ green 48 ◦ blue 220

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

Shades of Medium Orchid #BA30DC

Tints of Medium Orchid #BA30DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.57%

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

R = 40.97%
G = 10.57%
B = 48.46%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA30DC (or 0xBA30DC) is known color: Medium Orchid. HEX triplet: BA, 30 and DC. RGB value is (186,48,220). Sum of RGB (Red+Green+Blue) = 186+48+220=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30DC is #45CF23. Grayscale: #6C6C6C. Windows color (decimal): -4575012 or 14430394. OLE color: 14430394.

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

Color convert

RGB 186 48 220 -
CMYK 0.15 0.78 0 0.14
HSL 288.14º 0.71% 0.53% -
HSV(B) 288.14º 0.78% 0.86% -
XYZ 34.22 17.72 69.33 -
YUV 108.87 190.72 183.01 -
System Red Green Blue C M Y K H S L
Decimal 186 48 220 0.15 0.78 0 0.14 288.14 0.71 0.53
Hex BA 30 DC F 4E 0 E 120 47 35
Octal 272 60 334 17 116 0 16 440 107 65
Binary 10111010 110000 11011100 1111 1001110 0 1110 100100000 1000111 110101

Color Harmonies of #BA30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30DC

Black with #BA30DC

Text Example


Text Example

White with #BA30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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