Html Css Color HEX #BA74D7 Medium Orchid

📋 copy color: '#BA74D7'

red 186 ◦ green 116 ◦ blue 215

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

Shades of Medium Orchid #BA74D7

Tints of Medium Orchid #BA74D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.59%

R = 35.98%
G = 22.44%
B = 41.59%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA74D7 (or 0xBA74D7) is known color: Medium Orchid. HEX triplet: BA, 74 and D7. RGB value is (186,116,215). Sum of RGB (Red+Green+Blue) = 186+116+215=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA74D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74D7 is #458B28. Grayscale: #939393. Windows color (decimal): -4557609 or 14120122. OLE color: 14120122.

HSL color Cylindrical-coordinate representation of color #BA74D7: hue angle of 282.42º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA74D7 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 116 215 -
CMYK 0.13 0.46 0 0.16
HSL 282.42º 0.55% 0.65% -
HSV(B) 282.42º 0.46% 0.84% -
XYZ 38.76 27.84 67.62 -
YUV 148.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 186 116 215 0.13 0.46 0 0.16 282.42 0.55 0.65
Hex BA 74 D7 D 2E 0 10 11A 37 41
Octal 272 164 327 15 56 0 20 432 67 101
Binary 10111010 1110100 11010111 1101 101110 0 10000 100011010 110111 1000001

Color Harmonies of #BA74D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74D7

Black with #BA74D7

Text Example


Text Example

White with #BA74D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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