Html Css Color HEX #BA30EE Medium Orchid

📋 copy color: '#BA30EE'

red 186 ◦ green 48 ◦ blue 238

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

Shades of Medium Orchid #BA30EE

Tints of Medium Orchid #BA30EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 39.41%
G = 10.17%
B = 50.42%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA30EE (or 0xBA30EE) is known color: Medium Orchid. HEX triplet: BA, 30 and EE. RGB value is (186,48,238). Sum of RGB (Red+Green+Blue) = 186+48+238=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30EE is #45CF11. Grayscale: #6E6E6E. Windows color (decimal): -4574994 or 15610042. OLE color: 15610042.

HSL color Cylindrical-coordinate representation of color #BA30EE: hue angle of 283.58º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA30EE is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 48 238 -
CMYK 0.22 0.80 0 0.07
HSL 283.58º 0.85% 0.56% -
HSV(B) 283.58º 0.8% 0.93% -
XYZ 36.74 18.73 82.57 -
YUV 110.92 199.72 181.55 -
System Red Green Blue C M Y K H S L
Decimal 186 48 238 0.22 0.80 0 0.07 283.58 0.85 0.56
Hex BA 30 EE 16 50 0 7 11C 55 38
Octal 272 60 356 26 120 0 7 434 125 70
Binary 10111010 110000 11101110 10110 1010000 0 111 100011100 1010101 111000

Color Harmonies of #BA30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30EE

Black with #BA30EE

Text Example


Text Example

White with #BA30EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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