Html Css Color HEX #BA3ACB Medium Orchid

📋 copy color: '#BA3ACB'

red 186 ◦ green 58 ◦ blue 203

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

Shades of Medium Orchid #BA3ACB

Tints of Medium Orchid #BA3ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.98%

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 41.61%
G = 12.98%
B = 45.41%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA3ACB (or 0xBA3ACB) is known color: Medium Orchid. HEX triplet: BA, 3A and CB. RGB value is (186,58,203). Sum of RGB (Red+Green+Blue) = 186+58+203=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA3ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ACB is #45C534. Grayscale: #707070. Windows color (decimal): -4572469 or 13318842. OLE color: 13318842.

HSL color Cylindrical-coordinate representation of color #BA3ACB: hue angle of 292.97º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3ACB is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 58 203 -
CMYK 0.08 0.71 0 0.20
HSL 292.97º 0.58% 0.51% -
HSV(B) 292.97º 0.71% 0.8% -
XYZ 32.54 17.78 58.22 -
YUV 112.8 178.91 180.21 -
System Red Green Blue C M Y K H S L
Decimal 186 58 203 0.08 0.71 0 0.20 292.97 0.58 0.51
Hex BA 3A CB 8 47 0 14 125 3A 33
Octal 272 72 313 10 107 0 24 445 72 63
Binary 10111010 111010 11001011 1000 1000111 0 10100 100100101 111010 110011

Color Harmonies of #BA3ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3ACB

Black with #BA3ACB

Text Example


Text Example

White with #BA3ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3ACB; }

 p { color: rgb(186,58,203); }

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

background-color css

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

 a { background-color: rgb(186,58,203); }

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

border-color css

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

 span { border-color: rgb(186,58,203); }

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