Html Css Color HEX #BA3BEE Medium Orchid

📋 copy color: '#BA3BEE'

red 186 ◦ green 59 ◦ blue 238

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

Shades of Medium Orchid #BA3BEE

Tints of Medium Orchid #BA3BEE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.22%

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

R = 38.51%
G = 12.22%
B = 49.28%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA3BEE (or 0xBA3BEE) is known color: Medium Orchid. HEX triplet: BA, 3B and EE. RGB value is (186,59,238). Sum of RGB (Red+Green+Blue) = 186+59+238=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA3BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BEE is #45C411. Grayscale: #747474. Windows color (decimal): -4572178 or 15612858. OLE color: 15612858.

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

Color convert

RGB 186 59 238 -
CMYK 0.22 0.75 0 0.07
HSL 282.57º 0.84% 0.58% -
HSV(B) 282.57º 0.75% 0.93% -
XYZ 37.25 19.74 82.74 -
YUV 117.38 196.08 176.95 -
System Red Green Blue C M Y K H S L
Decimal 186 59 238 0.22 0.75 0 0.07 282.57 0.84 0.58
Hex BA 3B EE 16 4B 0 7 11B 54 3A
Octal 272 73 356 26 113 0 7 433 124 72
Binary 10111010 111011 11101110 10110 1001011 0 111 100011011 1010100 111010

Color Harmonies of #BA3BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BEE

Black with #BA3BEE

Text Example


Text Example

White with #BA3BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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