Html Css Color HEX #B13CEC Medium Orchid

📋 copy color: '#B13CEC'

red 177 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #B13CEC

Tints of Medium Orchid #B13CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.68%

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 37.42%
G = 12.68%
B = 49.89%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B13CEC (or 0xB13CEC) is known color: Medium Orchid. HEX triplet: B1, 3C and EC. RGB value is (177,60,236). Sum of RGB (Red+Green+Blue) = 177+60+236=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #B13CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13CEC is #4EC313. Grayscale: #727272. Windows color (decimal): -5161748 or 15482033. OLE color: 15482033.

HSL color Cylindrical-coordinate representation of color #B13CEC: hue angle of 279.89º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13CEC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 60 236 -
CMYK 0.25 0.75 0 0.07
HSL 279.89º 0.82% 0.58% -
HSV(B) 279.89º 0.75% 0.93% -
XYZ 34.89 18.63 81.12 -
YUV 115.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 177 60 236 0.25 0.75 0 0.07 279.89 0.82 0.58
Hex B1 3C EC 19 4B 0 7 118 52 3A
Octal 261 74 354 31 113 0 7 430 122 72
Binary 10110001 111100 11101100 11001 1001011 0 111 100011000 1010010 111010

Color Harmonies of #B13CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CEC

Black with #B13CEC

Text Example


Text Example

White with #B13CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CEC; }

 p { color: rgb(177,60,236); }

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

background-color css

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

 a { background-color: rgb(177,60,236); }

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

border-color css

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

 span { border-color: rgb(177,60,236); }

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