Html Css Color HEX #BA30DA Medium Orchid

📋 copy color: '#BA30DA'

red 186 ◦ green 48 ◦ blue 218

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

Shades of Medium Orchid #BA30DA

Tints of Medium Orchid #BA30DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 41.15%
G = 10.62%
B = 48.23%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA30DA (or 0xBA30DA) is known color: Medium Orchid. HEX triplet: BA, 30 and DA. RGB value is (186,48,218). Sum of RGB (Red+Green+Blue) = 186+48+218=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA30DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30DA is #45CF25. Grayscale: #6C6C6C. Windows color (decimal): -4575014 or 14299322. OLE color: 14299322.

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

Color convert

RGB 186 48 218 -
CMYK 0.15 0.78 0 0.15
HSL 288.71º 0.7% 0.52% -
HSV(B) 288.71º 0.78% 0.85% -
XYZ 33.96 17.61 67.94 -
YUV 108.64 189.72 183.18 -
System Red Green Blue C M Y K H S L
Decimal 186 48 218 0.15 0.78 0 0.15 288.71 0.7 0.52
Hex BA 30 DA F 4E 0 F 121 46 34
Octal 272 60 332 17 116 0 17 441 106 64
Binary 10111010 110000 11011010 1111 1001110 0 1111 100100001 1000110 110100

Color Harmonies of #BA30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30DA

Black with #BA30DA

Text Example


Text Example

White with #BA30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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