Html Css Color HEX #BA74EB Medium Orchid

📋 copy color: '#BA74EB'

red 186 ◦ green 116 ◦ blue 235

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

Shades of Medium Orchid #BA74EB

Tints of Medium Orchid #BA74EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 34.64%
G = 21.6%
B = 43.76%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA74EB (or 0xBA74EB) is known color: Medium Orchid. HEX triplet: BA, 74 and EB. RGB value is (186,116,235). Sum of RGB (Red+Green+Blue) = 186+116+235=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA74EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74EB is #458B14. Grayscale: #969696. Windows color (decimal): -4557589 or 15430842. OLE color: 15430842.

HSL color Cylindrical-coordinate representation of color #BA74EB: hue angle of 275.29º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA74EB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 116 235 -
CMYK 0.21 0.51 0 0.08
HSL 275.29º 0.75% 0.69% -
HSV(B) 275.29º 0.51% 0.92% -
XYZ 41.49 28.93 81.99 -
YUV 150.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 186 116 235 0.21 0.51 0 0.08 275.29 0.75 0.69
Hex BA 74 EB 15 33 0 8 113 4B 45
Octal 272 164 353 25 63 0 10 423 113 105
Binary 10111010 1110100 11101011 10101 110011 0 1000 100010011 1001011 1000101

Color Harmonies of #BA74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74EB

Black with #BA74EB

Text Example


Text Example

White with #BA74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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