Html Css Color HEX #BA31CC Medium Orchid

📋 copy color: '#BA31CC'

red 186 ◦ green 49 ◦ blue 204

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

Shades of Medium Orchid #BA31CC

Tints of Medium Orchid #BA31CC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.16%

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

R = 42.37%
G = 11.16%
B = 46.47%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA31CC (or 0xBA31CC) is known color: Medium Orchid. HEX triplet: BA, 31 and CC. RGB value is (186,49,204). Sum of RGB (Red+Green+Blue) = 186+49+204=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA31CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31CC is #45CE33. Grayscale: #6B6B6B. Windows color (decimal): -4574772 or 13382074. OLE color: 13382074.

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

Color convert

RGB 186 49 204 -
CMYK 0.09 0.76 0 0.2
HSL 293.03º 0.61% 0.5% -
HSV(B) 293.03º 0.76% 0.8% -
XYZ 32.25 17 58.71 -
YUV 107.63 182.39 183.9 -
System Red Green Blue C M Y K H S L
Decimal 186 49 204 0.09 0.76 0 0.2 293.03 0.61 0.5
Hex BA 31 CC 9 4C 0 14 125 3D 32
Octal 272 61 314 11 114 0 24 445 75 62
Binary 10111010 110001 11001100 1001 1001100 0 10100 100100101 111101 110010

Color Harmonies of #BA31CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31CC

Black with #BA31CC

Text Example


Text Example

White with #BA31CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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