Html Css Color HEX #B13DEC Medium Orchid

📋 copy color: '#B13DEC'

red 177 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #B13DEC

Tints of Medium Orchid #B13DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.87%

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

R = 37.34%
G = 12.87%
B = 49.79%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B13DEC (or 0xB13DEC) is known color: Medium Orchid. HEX triplet: B1, 3D and EC. RGB value is (177,61,236). Sum of RGB (Red+Green+Blue) = 177+61+236=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #B13DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13DEC is #4EC213. Grayscale: #737373. Windows color (decimal): -5161492 or 15482289. OLE color: 15482289.

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

Color convert

RGB 177 61 236 -
CMYK 0.25 0.74 0 0.07
HSL 279.77º 0.82% 0.58% -
HSV(B) 279.77º 0.74% 0.93% -
XYZ 34.94 18.74 81.13 -
YUV 115.63 195.93 171.77 -
System Red Green Blue C M Y K H S L
Decimal 177 61 236 0.25 0.74 0 0.07 279.77 0.82 0.58
Hex B1 3D EC 19 4A 0 7 118 52 3A
Octal 261 75 354 31 112 0 7 430 122 72
Binary 10110001 111101 11101100 11001 1001010 0 111 100011000 1010010 111010

Color Harmonies of #B13DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13DEC

Black with #B13DEC

Text Example


Text Example

White with #B13DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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