Html Css Color HEX #BA74CF Medium Orchid

📋 copy color: '#BA74CF'

red 186 ◦ green 116 ◦ blue 207

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

Shades of Medium Orchid #BA74CF

Tints of Medium Orchid #BA74CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 36.54%
G = 22.79%
B = 40.67%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA74CF (or 0xBA74CF) is known color: Medium Orchid. HEX triplet: BA, 74 and CF. RGB value is (186,116,207). Sum of RGB (Red+Green+Blue) = 186+116+207=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74CF is #458B30. Grayscale: #939393. Windows color (decimal): -4557617 or 13595834. OLE color: 13595834.

HSL color Cylindrical-coordinate representation of color #BA74CF: hue angle of 286.15º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA74CF is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 116 207 -
CMYK 0.10 0.44 0 0.19
HSL 286.15º 0.49% 0.63% -
HSV(B) 286.15º 0.44% 0.81% -
XYZ 37.76 27.43 62.34 -
YUV 147.3 161.69 155.6 -
System Red Green Blue C M Y K H S L
Decimal 186 116 207 0.10 0.44 0 0.19 286.15 0.49 0.63
Hex BA 74 CF A 2C 0 13 11E 31 3F
Octal 272 164 317 12 54 0 23 436 61 77
Binary 10111010 1110100 11001111 1010 101100 0 10011 100011110 110001 111111

Color Harmonies of #BA74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74CF

Black with #BA74CF

Text Example


Text Example

White with #BA74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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