Html Css Color HEX #BA50CB Medium Orchid

📋 copy color: '#BA50CB'

red 186 ◦ green 80 ◦ blue 203

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

Shades of Medium Orchid #BA50CB

Tints of Medium Orchid #BA50CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.06%

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

R = 39.66%
G = 17.06%
B = 43.28%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA50CB (or 0xBA50CB) is known color: Medium Orchid. HEX triplet: BA, 50 and CB. RGB value is (186,80,203). Sum of RGB (Red+Green+Blue) = 186+80+203=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA50CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50CB is #45AF34. Grayscale: #7D7D7D. Windows color (decimal): -4566837 or 13324474. OLE color: 13324474.

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

Color convert

RGB 186 80 203 -
CMYK 0.08 0.61 0 0.20
HSL 291.71º 0.54% 0.55% -
HSV(B) 291.71º 0.61% 0.8% -
XYZ 33.9 20.49 58.67 -
YUV 125.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 186 80 203 0.08 0.61 0 0.20 291.71 0.54 0.55
Hex BA 50 CB 8 3D 0 14 124 36 37
Octal 272 120 313 10 75 0 24 444 66 67
Binary 10111010 1010000 11001011 1000 111101 0 10100 100100100 110110 110111

Color Harmonies of #BA50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50CB

Black with #BA50CB

Text Example


Text Example

White with #BA50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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