Html Css Color HEX #BA58CF Medium Orchid

📋 copy color: '#BA58CF'

red 186 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #BA58CF

Tints of Medium Orchid #BA58CF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.3%

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

R = 38.67%
G = 18.3%
B = 43.04%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA58CF (or 0xBA58CF) is known color: Medium Orchid. HEX triplet: BA, 58 and CF. RGB value is (186,88,207). Sum of RGB (Red+Green+Blue) = 186+88+207=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA58CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58CF is #45A730. Grayscale: #828282. Windows color (decimal): -4564785 or 13588666. OLE color: 13588666.

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

Color convert

RGB 186 88 207 -
CMYK 0.10 0.57 0 0.19
HSL 289.41º 0.55% 0.58% -
HSV(B) 289.41º 0.57% 0.81% -
XYZ 35 21.92 61.42 -
YUV 130.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 186 88 207 0.10 0.57 0 0.19 289.41 0.55 0.58
Hex BA 58 CF A 39 0 13 121 37 3A
Octal 272 130 317 12 71 0 23 441 67 72
Binary 10111010 1011000 11001111 1010 111001 0 10011 100100001 110111 111010

Color Harmonies of #BA58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58CF

Black with #BA58CF

Text Example


Text Example

White with #BA58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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