Html Css Color HEX #BA33EF Medium Orchid

📋 copy color: '#BA33EF'

red 186 ◦ green 51 ◦ blue 239

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

Shades of Medium Orchid #BA33EF

Tints of Medium Orchid #BA33EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 39.08%
G = 10.71%
B = 50.21%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA33EF (or 0xBA33EF) is known color: Medium Orchid. HEX triplet: BA, 33 and EF. RGB value is (186,51,239). Sum of RGB (Red+Green+Blue) = 186+51+239=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA33EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33EF is #45CC10. Grayscale: #707070. Windows color (decimal): -4574225 or 15676346. OLE color: 15676346.

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

Color convert

RGB 186 51 239 -
CMYK 0.22 0.79 0 0.06
HSL 283.09º 0.85% 0.57% -
HSV(B) 283.09º 0.79% 0.94% -
XYZ 37.01 19.04 83.39 -
YUV 112.8 199.23 180.21 -
System Red Green Blue C M Y K H S L
Decimal 186 51 239 0.22 0.79 0 0.06 283.09 0.85 0.57
Hex BA 33 EF 16 4F 0 6 11B 55 39
Octal 272 63 357 26 117 0 6 433 125 71
Binary 10111010 110011 11101111 10110 1001111 0 110 100011011 1010101 111001

Color Harmonies of #BA33EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33EF

Black with #BA33EF

Text Example


Text Example

White with #BA33EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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