Html Css Color HEX #BA3FE8 Medium Orchid

📋 copy color: '#BA3FE8'

red 186 ◦ green 63 ◦ blue 232

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

Shades of Medium Orchid #BA3FE8

Tints of Medium Orchid #BA3FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.23%

R = 38.67%
G = 13.1%
B = 48.23%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA3FE8 (or 0xBA3FE8) is known color: Medium Orchid. HEX triplet: BA, 3F and E8. RGB value is (186,63,232). Sum of RGB (Red+Green+Blue) = 186+63+232=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA3FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FE8 is #45C017. Grayscale: #767676. Windows color (decimal): -4571160 or 15220666. OLE color: 15220666.

HSL color Cylindrical-coordinate representation of color #BA3FE8: hue angle of 283.67º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3FE8 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 63 232 -
CMYK 0.20 0.73 0 0.09
HSL 283.67º 0.79% 0.58% -
HSV(B) 283.67º 0.73% 0.91% -
XYZ 36.59 19.82 78.24 -
YUV 119.04 191.75 175.76 -
System Red Green Blue C M Y K H S L
Decimal 186 63 232 0.20 0.73 0 0.09 283.67 0.79 0.58
Hex BA 3F E8 14 49 0 9 11C 4F 3A
Octal 272 77 350 24 111 0 11 434 117 72
Binary 10111010 111111 11101000 10100 1001001 0 1001 100011100 1001111 111010

Color Harmonies of #BA3FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FE8

Black with #BA3FE8

Text Example


Text Example

White with #BA3FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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