Html Css Color HEX #BA58CA Medium Orchid

📋 copy color: '#BA58CA'

red 186 ◦ green 88 ◦ blue 202

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

Shades of Medium Orchid #BA58CA

Tints of Medium Orchid #BA58CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 39.08%
G = 18.49%
B = 42.44%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA58CA (or 0xBA58CA) is known color: Medium Orchid. HEX triplet: BA, 58 and CA. RGB value is (186,88,202). Sum of RGB (Red+Green+Blue) = 186+88+202=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA58CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58CA is #45A735. Grayscale: #818181. Windows color (decimal): -4564790 or 13260986. OLE color: 13260986.

HSL color Cylindrical-coordinate representation of color #BA58CA: hue angle of 291.58º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA58CA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 88 202 -
CMYK 0.08 0.56 0 0.21
HSL 291.58º 0.52% 0.57% -
HSV(B) 291.58º 0.56% 0.79% -
XYZ 34.4 21.68 58.25 -
YUV 130.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 186 88 202 0.08 0.56 0 0.21 291.58 0.52 0.57
Hex BA 58 CA 8 38 0 15 124 34 39
Octal 272 130 312 10 70 0 25 444 64 71
Binary 10111010 1011000 11001010 1000 111000 0 10101 100100100 110100 111001

Color Harmonies of #BA58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58CA

Black with #BA58CA

Text Example


Text Example

White with #BA58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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