Html Css Color HEX #BA30E8 Medium Orchid

📋 copy color: '#BA30E8'

red 186 ◦ green 48 ◦ blue 232

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

Shades of Medium Orchid #BA30E8

Tints of Medium Orchid #BA30E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.79%

R = 39.91%
G = 10.3%
B = 49.79%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA30E8 (or 0xBA30E8) is known color: Medium Orchid. HEX triplet: BA, 30 and E8. RGB value is (186,48,232). Sum of RGB (Red+Green+Blue) = 186+48+232=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA30E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30E8 is #45CF17. Grayscale: #6D6D6D. Windows color (decimal): -4575000 or 15216826. OLE color: 15216826.

HSL color Cylindrical-coordinate representation of color #BA30E8: hue angle of 285º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA30E8 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 48 232 -
CMYK 0.20 0.79 0 0.09
HSL 285º 0.8% 0.55% -
HSV(B) 285º 0.79% 0.91% -
XYZ 35.87 18.38 78 -
YUV 110.24 196.72 182.04 -
System Red Green Blue C M Y K H S L
Decimal 186 48 232 0.20 0.79 0 0.09 285 0.8 0.55
Hex BA 30 E8 14 4F 0 9 11D 50 37
Octal 272 60 350 24 117 0 11 435 120 67
Binary 10111010 110000 11101000 10100 1001111 0 1001 100011101 1010000 110111

Color Harmonies of #BA30E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30E8

Black with #BA30E8

Text Example


Text Example

White with #BA30E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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