Html Css Color HEX #B13FCC Medium Orchid

📋 copy color: '#B13FCC'

red 177 ◦ green 63 ◦ blue 204

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

Shades of Medium Orchid #B13FCC

Tints of Medium Orchid #B13FCC

RGB

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

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

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

R = 39.86%
G = 14.19%
B = 45.95%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B13FCC (or 0xB13FCC) is known color: Medium Orchid. HEX triplet: B1, 3F and CC. RGB value is (177,63,204). Sum of RGB (Red+Green+Blue) = 177+63+204=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #B13FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FCC is #4EC033. Grayscale: #707070. Windows color (decimal): -5161012 or 13385649. OLE color: 13385649.

HSL color Cylindrical-coordinate representation of color #B13FCC: hue angle of 288.51º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13FCC is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 63 204 -
CMYK 0.13 0.69 0 0.2
HSL 288.51º 0.58% 0.52% -
HSV(B) 288.51º 0.69% 0.8% -
XYZ 30.81 17.26 58.83 -
YUV 113.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 177 63 204 0.13 0.69 0 0.2 288.51 0.58 0.52
Hex B1 3F CC D 45 0 14 121 3A 34
Octal 261 77 314 15 105 0 24 441 72 64
Binary 10110001 111111 11001100 1101 1000101 0 10100 100100001 111010 110100

Color Harmonies of #B13FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FCC

Black with #B13FCC

Text Example


Text Example

White with #B13FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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