Html Css Color HEX #BA74E8 Medium Orchid

📋 copy color: '#BA74E8'

red 186 ◦ green 116 ◦ blue 232

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

Shades of Medium Orchid #BA74E8

Tints of Medium Orchid #BA74E8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.72%

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

R = 34.83%
G = 21.72%
B = 43.45%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA74E8 (or 0xBA74E8) is known color: Medium Orchid. HEX triplet: BA, 74 and E8. RGB value is (186,116,232). Sum of RGB (Red+Green+Blue) = 186+116+232=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA74E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74E8 is #458B17. Grayscale: #959595. Windows color (decimal): -4557592 or 15234234. OLE color: 15234234.

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

Color convert

RGB 186 116 232 -
CMYK 0.20 0.50 0 0.09
HSL 276.21º 0.72% 0.68% -
HSV(B) 276.21º 0.5% 0.91% -
XYZ 41.06 28.76 79.73 -
YUV 150.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 186 116 232 0.20 0.50 0 0.09 276.21 0.72 0.68
Hex BA 74 E8 14 32 0 9 114 48 44
Octal 272 164 350 24 62 0 11 424 110 104
Binary 10111010 1110100 11101000 10100 110010 0 1001 100010100 1001000 1000100

Color Harmonies of #BA74E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74E8

Black with #BA74E8

Text Example


Text Example

White with #BA74E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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