Html Css Color HEX #BA3FEE Medium Orchid

📋 copy color: '#BA3FEE'

red 186 ◦ green 63 ◦ blue 238

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

Shades of Medium Orchid #BA3FEE

Tints of Medium Orchid #BA3FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 12.94%

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

R = 38.19%
G = 12.94%
B = 48.87%

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

#BA3FEE (or 0xBA3FEE) is known color: Medium Orchid. HEX triplet: BA, 3F and EE. RGB value is (186,63,238). Sum of RGB (Red+Green+Blue) = 186+63+238=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA3FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FEE is #45C011. Grayscale: #777777. Windows color (decimal): -4571154 or 15613882. OLE color: 15613882.

HSL color Cylindrical-coordinate representation of color #BA3FEE: hue angle of 282.17º 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 #BA3FEE is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 63 238 -
CMYK 0.22 0.74 0 0.07
HSL 282.17º 0.84% 0.59% -
HSV(B) 282.17º 0.74% 0.93% -
XYZ 37.46 20.17 82.81 -
YUV 119.73 194.75 175.27 -
System Red Green Blue C M Y K H S L
Decimal 186 63 238 0.22 0.74 0 0.07 282.17 0.84 0.59
Hex BA 3F EE 16 4A 0 7 11A 54 3B
Octal 272 77 356 26 112 0 7 432 124 73
Binary 10111010 111111 11101110 10110 1001010 0 111 100011010 1010100 111011

Color Harmonies of #BA3FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FEE

Black with #BA3FEE

Text Example


Text Example

White with #BA3FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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