Html Css Color HEX #BA50CC Medium Orchid

📋 copy color: '#BA50CC'

red 186 ◦ green 80 ◦ blue 204

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

Shades of Medium Orchid #BA50CC

Tints of Medium Orchid #BA50CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 39.57%
G = 17.02%
B = 43.4%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA50CC (or 0xBA50CC) is known color: Medium Orchid. HEX triplet: BA, 50 and CC. RGB value is (186,80,204). Sum of RGB (Red+Green+Blue) = 186+80+204=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50CC is #45AF33. Grayscale: #7D7D7D. Windows color (decimal): -4566836 or 13390010. OLE color: 13390010.

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

Color convert

RGB 186 80 204 -
CMYK 0.09 0.61 0 0.2
HSL 291.29º 0.55% 0.56% -
HSV(B) 291.29º 0.61% 0.8% -
XYZ 34.02 20.54 59.3 -
YUV 125.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 186 80 204 0.09 0.61 0 0.2 291.29 0.55 0.56
Hex BA 50 CC 9 3D 0 14 123 37 38
Octal 272 120 314 11 75 0 24 443 67 70
Binary 10111010 1010000 11001100 1001 111101 0 10100 100100011 110111 111000

Color Harmonies of #BA50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50CC

Black with #BA50CC

Text Example


Text Example

White with #BA50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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