Html Css Color HEX #B13BDC Medium Orchid

📋 copy color: '#B13BDC'

red 177 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #B13BDC

Tints of Medium Orchid #B13BDC

RGB

 RED value IS 177 (69.53% from 255) = 38.82%

 GREEN value IS 59 (23.44% from 255) = 12.94%

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 38.82%
G = 12.94%
B = 48.25%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B13BDC (or 0xB13BDC) is known color: Medium Orchid. HEX triplet: B1, 3B and DC. RGB value is (177,59,220). Sum of RGB (Red+Green+Blue) = 177+59+220=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #B13BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BDC is #4EC423. Grayscale: #707070. Windows color (decimal): -5162020 or 14433201. OLE color: 14433201.

HSL color Cylindrical-coordinate representation of color #B13BDC: hue angle of 283.98º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13BDC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 59 220 -
CMYK 0.20 0.73 0 0.14
HSL 283.98º 0.7% 0.55% -
HSV(B) 283.98º 0.73% 0.86% -
XYZ 32.61 17.64 69.4 -
YUV 112.64 188.59 173.91 -
System Red Green Blue C M Y K H S L
Decimal 177 59 220 0.20 0.73 0 0.14 283.98 0.7 0.55
Hex B1 3B DC 14 49 0 E 11C 46 37
Octal 261 73 334 24 111 0 16 434 106 67
Binary 10110001 111011 11011100 10100 1001001 0 1110 100011100 1000110 110111

Color Harmonies of #B13BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BDC

Black with #B13BDC

Text Example


Text Example

White with #B13BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BDC; }

 p { color: rgb(177,59,220); }

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

background-color css

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

 a { background-color: rgb(177,59,220); }

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

border-color css

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

 span { border-color: rgb(177,59,220); }

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