Html Css Color HEX #B13ECC Medium Orchid

📋 copy color: '#B13ECC'

red 177 ◦ green 62 ◦ blue 204

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

Shades of Medium Orchid #B13ECC

Tints of Medium Orchid #B13ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14%

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

R = 39.95%
G = 14%
B = 46.05%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B13ECC (or 0xB13ECC) is known color: Medium Orchid. HEX triplet: B1, 3E and CC. RGB value is (177,62,204). Sum of RGB (Red+Green+Blue) = 177+62+204=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #B13ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ECC is #4EC133. Grayscale: #707070. Windows color (decimal): -5161268 or 13385393. OLE color: 13385393.

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

Color convert

RGB 177 62 204 -
CMYK 0.13 0.70 0 0.2
HSL 288.59º 0.58% 0.52% -
HSV(B) 288.59º 0.7% 0.8% -
XYZ 30.75 17.15 58.82 -
YUV 112.57 179.6 173.95 -
System Red Green Blue C M Y K H S L
Decimal 177 62 204 0.13 0.70 0 0.2 288.59 0.58 0.52
Hex B1 3E CC D 46 0 14 121 3A 34
Octal 261 76 314 15 106 0 24 441 72 64
Binary 10110001 111110 11001100 1101 1000110 0 10100 100100001 111010 110100

Color Harmonies of #B13ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13ECC

Black with #B13ECC

Text Example


Text Example

White with #B13ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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