Html Css Color HEX #BA33DE Medium Orchid

📋 copy color: '#BA33DE'

red 186 ◦ green 51 ◦ blue 222

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

Shades of Medium Orchid #BA33DE

Tints of Medium Orchid #BA33DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 40.52%
G = 11.11%
B = 48.37%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA33DE (or 0xBA33DE) is known color: Medium Orchid. HEX triplet: BA, 33 and DE. RGB value is (186,51,222). Sum of RGB (Red+Green+Blue) = 186+51+222=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA33DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33DE is #45CC21. Grayscale: #6E6E6E. Windows color (decimal): -4574242 or 14562234. OLE color: 14562234.

HSL color Cylindrical-coordinate representation of color #BA33DE: hue angle of 287.37º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA33DE is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 51 222 -
CMYK 0.16 0.77 0 0.13
HSL 287.37º 0.72% 0.54% -
HSV(B) 287.37º 0.77% 0.87% -
XYZ 34.62 18.08 70.77 -
YUV 110.86 190.73 181.6 -
System Red Green Blue C M Y K H S L
Decimal 186 51 222 0.16 0.77 0 0.13 287.37 0.72 0.54
Hex BA 33 DE 10 4D 0 D 11F 48 36
Octal 272 63 336 20 115 0 15 437 110 66
Binary 10111010 110011 11011110 10000 1001101 0 1101 100011111 1001000 110110

Color Harmonies of #BA33DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33DE

Black with #BA33DE

Text Example


Text Example

White with #BA33DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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