Html Css Color HEX #BA4ECF Medium Orchid

📋 copy color: '#BA4ECF'

red 186 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #BA4ECF

Tints of Medium Orchid #BA4ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.56%

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

R = 39.49%
G = 16.56%
B = 43.95%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA4ECF (or 0xBA4ECF) is known color: Medium Orchid. HEX triplet: BA, 4E and CF. RGB value is (186,78,207). Sum of RGB (Red+Green+Blue) = 186+78+207=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA4ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4ECF is #45B130. Grayscale: #7C7C7C. Windows color (decimal): -4567345 or 13586106. OLE color: 13586106.

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

Color convert

RGB 186 78 207 -
CMYK 0.10 0.62 0 0.19
HSL 290.23º 0.57% 0.56% -
HSV(B) 290.23º 0.62% 0.81% -
XYZ 34.24 20.39 61.16 -
YUV 125 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 186 78 207 0.10 0.62 0 0.19 290.23 0.57 0.56
Hex BA 4E CF A 3E 0 13 122 39 38
Octal 272 116 317 12 76 0 23 442 71 70
Binary 10111010 1001110 11001111 1010 111110 0 10011 100100010 111001 111000

Color Harmonies of #BA4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4ECF

Black with #BA4ECF

Text Example


Text Example

White with #BA4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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