Html Css Color HEX #B13FDC Medium Orchid

📋 copy color: '#B13FDC'

red 177 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #B13FDC

Tints of Medium Orchid #B13FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.7%

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

R = 38.48%
G = 13.7%
B = 47.83%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B13FDC (or 0xB13FDC) is known color: Medium Orchid. HEX triplet: B1, 3F and DC. RGB value is (177,63,220). Sum of RGB (Red+Green+Blue) = 177+63+220=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #B13FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FDC is #4EC023. Grayscale: #727272. Windows color (decimal): -5160996 or 14434225. OLE color: 14434225.

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

Color convert

RGB 177 63 220 -
CMYK 0.20 0.71 0 0.14
HSL 283.57º 0.69% 0.55% -
HSV(B) 283.57º 0.71% 0.86% -
XYZ 32.83 18.07 69.47 -
YUV 114.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 177 63 220 0.20 0.71 0 0.14 283.57 0.69 0.55
Hex B1 3F DC 14 47 0 E 11C 45 37
Octal 261 77 334 24 107 0 16 434 105 67
Binary 10110001 111111 11011100 10100 1000111 0 1110 100011100 1000101 110111

Color Harmonies of #B13FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FDC

Black with #B13FDC

Text Example


Text Example

White with #B13FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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