Html Css Color HEX #BA3DEE Medium Orchid

📋 copy color: '#BA3DEE'

red 186 ◦ green 61 ◦ blue 238

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

Shades of Medium Orchid #BA3DEE

Tints of Medium Orchid #BA3DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.58%

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

R = 38.35%
G = 12.58%
B = 49.07%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA3DEE (or 0xBA3DEE) is known color: Medium Orchid. HEX triplet: BA, 3D and EE. RGB value is (186,61,238). Sum of RGB (Red+Green+Blue) = 186+61+238=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA3DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DEE is #45C211. Grayscale: #757575. Windows color (decimal): -4571666 or 15613370. OLE color: 15613370.

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

Color convert

RGB 186 61 238 -
CMYK 0.22 0.74 0 0.07
HSL 282.37º 0.84% 0.59% -
HSV(B) 282.37º 0.74% 0.93% -
XYZ 37.35 19.95 82.77 -
YUV 118.55 195.41 176.11 -
System Red Green Blue C M Y K H S L
Decimal 186 61 238 0.22 0.74 0 0.07 282.37 0.84 0.59
Hex BA 3D EE 16 4A 0 7 11A 54 3B
Octal 272 75 356 26 112 0 7 432 124 73
Binary 10111010 111101 11101110 10110 1001010 0 111 100011010 1010100 111011

Color Harmonies of #BA3DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DEE

Black with #BA3DEE

Text Example


Text Example

White with #BA3DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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