Html Css Color HEX #BA33EE Medium Orchid

📋 copy color: '#BA33EE'

red 186 ◦ green 51 ◦ blue 238

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

Shades of Medium Orchid #BA33EE

Tints of Medium Orchid #BA33EE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.74%

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

R = 39.16%
G = 10.74%
B = 50.11%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA33EE (or 0xBA33EE) is known color: Medium Orchid. HEX triplet: BA, 33 and EE. RGB value is (186,51,238). Sum of RGB (Red+Green+Blue) = 186+51+238=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33EE is #45CC11. Grayscale: #707070. Windows color (decimal): -4574226 or 15610810. OLE color: 15610810.

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

Color convert

RGB 186 51 238 -
CMYK 0.22 0.79 0 0.07
HSL 283.32º 0.85% 0.57% -
HSV(B) 283.32º 0.79% 0.93% -
XYZ 36.87 18.98 82.61 -
YUV 112.68 198.73 180.29 -
System Red Green Blue C M Y K H S L
Decimal 186 51 238 0.22 0.79 0 0.07 283.32 0.85 0.57
Hex BA 33 EE 16 4F 0 7 11B 55 39
Octal 272 63 356 26 117 0 7 433 125 71
Binary 10111010 110011 11101110 10110 1001111 0 111 100011011 1010101 111001

Color Harmonies of #BA33EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33EE

Black with #BA33EE

Text Example


Text Example

White with #BA33EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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