Html Css Color HEX #BA31CB Medium Orchid

📋 copy color: '#BA31CB'

red 186 ◦ green 49 ◦ blue 203

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

Shades of Medium Orchid #BA31CB

Tints of Medium Orchid #BA31CB

RGB

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

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

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

R = 42.47%
G = 11.19%
B = 46.35%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA31CB (or 0xBA31CB) is known color: Medium Orchid. HEX triplet: BA, 31 and CB. RGB value is (186,49,203). Sum of RGB (Red+Green+Blue) = 186+49+203=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA31CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31CB is #45CE34. Grayscale: #6B6B6B. Windows color (decimal): -4574773 or 13316538. OLE color: 13316538.

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

Color convert

RGB 186 49 203 -
CMYK 0.08 0.76 0 0.20
HSL 293.38º 0.61% 0.49% -
HSV(B) 293.38º 0.76% 0.8% -
XYZ 32.13 16.95 58.08 -
YUV 107.52 181.89 183.98 -
System Red Green Blue C M Y K H S L
Decimal 186 49 203 0.08 0.76 0 0.20 293.38 0.61 0.49
Hex BA 31 CB 8 4C 0 14 125 3D 31
Octal 272 61 313 10 114 0 24 445 75 61
Binary 10111010 110001 11001011 1000 1001100 0 10100 100100101 111101 110001

Color Harmonies of #BA31CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31CB

Black with #BA31CB

Text Example


Text Example

White with #BA31CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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