Html Css Color HEX #B13FEB Medium Orchid

📋 copy color: '#B13FEB'

red 177 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #B13FEB

Tints of Medium Orchid #B13FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 37.26%
G = 13.26%
B = 49.47%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B13FEB (or 0xB13FEB) is known color: Medium Orchid. HEX triplet: B1, 3F and EB. RGB value is (177,63,235). Sum of RGB (Red+Green+Blue) = 177+63+235=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #B13FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FEB is #4EC014. Grayscale: #747474. Windows color (decimal): -5160981 or 15417265. OLE color: 15417265.

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

Color convert

RGB 177 63 235 -
CMYK 0.25 0.73 0 0.08
HSL 279.77º 0.81% 0.58% -
HSV(B) 279.77º 0.73% 0.92% -
XYZ 34.9 18.9 80.41 -
YUV 116.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 177 63 235 0.25 0.73 0 0.08 279.77 0.81 0.58
Hex B1 3F EB 19 49 0 8 118 51 3A
Octal 261 77 353 31 111 0 10 430 121 72
Binary 10110001 111111 11101011 11001 1001001 0 1000 100011000 1010001 111010

Color Harmonies of #B13FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FEB

Black with #B13FEB

Text Example


Text Example

White with #B13FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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