Html Css Color HEX #B13FCB Medium Orchid

📋 copy color: '#B13FCB'

red 177 ◦ green 63 ◦ blue 203

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

Shades of Medium Orchid #B13FCB

Tints of Medium Orchid #B13FCB

RGB

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

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

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

R = 39.95%
G = 14.22%
B = 45.82%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B13FCB (or 0xB13FCB) is known color: Medium Orchid. HEX triplet: B1, 3F and CB. RGB value is (177,63,203). Sum of RGB (Red+Green+Blue) = 177+63+203=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #B13FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FCB is #4EC034. Grayscale: #707070. Windows color (decimal): -5161013 or 13320113. OLE color: 13320113.

HSL color Cylindrical-coordinate representation of color #B13FCB: hue angle of 288.86º degrees, saturation: 0.57, 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 #B13FCB is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 63 203 -
CMYK 0.13 0.69 0 0.20
HSL 288.86º 0.57% 0.52% -
HSV(B) 288.86º 0.69% 0.8% -
XYZ 30.69 17.21 58.21 -
YUV 113.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 177 63 203 0.13 0.69 0 0.20 288.86 0.57 0.52
Hex B1 3F CB D 45 0 14 121 39 34
Octal 261 77 313 15 105 0 24 441 71 64
Binary 10110001 111111 11001011 1101 1000101 0 10100 100100001 111001 110100

Color Harmonies of #B13FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FCB

Black with #B13FCB

Text Example


Text Example

White with #B13FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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