Html Css Color HEX #BA30DB Medium Orchid

📋 copy color: '#BA30DB'

red 186 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #BA30DB

Tints of Medium Orchid #BA30DB

RGB

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

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

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

R = 41.06%
G = 10.6%
B = 48.34%

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

#BA30DB (or 0xBA30DB) is known color: Medium Orchid. HEX triplet: BA, 30 and DB. RGB value is (186,48,219). Sum of RGB (Red+Green+Blue) = 186+48+219=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30DB is #45CF24. Grayscale: #6C6C6C. Windows color (decimal): -4575013 or 14364858. OLE color: 14364858.

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

Color convert

RGB 186 48 219 -
CMYK 0.15 0.78 0 0.14
HSL 288.42º 0.7% 0.52% -
HSV(B) 288.42º 0.78% 0.86% -
XYZ 34.09 17.67 68.63 -
YUV 108.76 190.22 183.1 -
System Red Green Blue C M Y K H S L
Decimal 186 48 219 0.15 0.78 0 0.14 288.42 0.7 0.52
Hex BA 30 DB F 4E 0 E 120 46 34
Octal 272 60 333 17 116 0 16 440 106 64
Binary 10111010 110000 11011011 1111 1001110 0 1110 100100000 1000110 110100

Color Harmonies of #BA30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30DB

Black with #BA30DB

Text Example


Text Example

White with #BA30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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