Html Css Color HEX #BA71E8 Medium Orchid

📋 copy color: '#BA71E8'

red 186 ◦ green 113 ◦ blue 232

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

Shades of Medium Orchid #BA71E8

Tints of Medium Orchid #BA71E8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.28%

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

R = 35.03%
G = 21.28%
B = 43.69%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA71E8 (or 0xBA71E8) is known color: Medium Orchid. HEX triplet: BA, 71 and E8. RGB value is (186,113,232). Sum of RGB (Red+Green+Blue) = 186+113+232=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA71E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71E8 is #458E17. Grayscale: #939393. Windows color (decimal): -4558360 or 15233466. OLE color: 15233466.

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

Color convert

RGB 186 113 232 -
CMYK 0.20 0.51 0 0.09
HSL 276.81º 0.72% 0.68% -
HSV(B) 276.81º 0.51% 0.91% -
XYZ 40.72 28.08 79.62 -
YUV 148.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 186 113 232 0.20 0.51 0 0.09 276.81 0.72 0.68
Hex BA 71 E8 14 33 0 9 115 48 44
Octal 272 161 350 24 63 0 11 425 110 104
Binary 10111010 1110001 11101000 10100 110011 0 1001 100010101 1001000 1000100

Color Harmonies of #BA71E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71E8

Black with #BA71E8

Text Example


Text Example

White with #BA71E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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