Html Css Color HEX #BA76CB Medium Orchid

📋 copy color: '#BA76CB'

red 186 ◦ green 118 ◦ blue 203

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

Shades of Medium Orchid #BA76CB

Tints of Medium Orchid #BA76CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.27%

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

R = 36.69%
G = 23.27%
B = 40.04%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA76CB (or 0xBA76CB) is known color: Medium Orchid. HEX triplet: BA, 76 and CB. RGB value is (186,118,203). Sum of RGB (Red+Green+Blue) = 186+118+203=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76CB is #458934. Grayscale: #939393. Windows color (decimal): -4557109 or 13334202. OLE color: 13334202.

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

Color convert

RGB 186 118 203 -
CMYK 0.08 0.42 0 0.20
HSL 288º 0.45% 0.63% -
HSV(B) 288º 0.42% 0.8% -
XYZ 37.51 27.71 59.87 -
YUV 148.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 186 118 203 0.08 0.42 0 0.20 288 0.45 0.63
Hex BA 76 CB 8 2A 0 14 120 2D 3F
Octal 272 166 313 10 52 0 24 440 55 77
Binary 10111010 1110110 11001011 1000 101010 0 10100 100100000 101101 111111

Color Harmonies of #BA76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76CB

Black with #BA76CB

Text Example


Text Example

White with #BA76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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