Html Css Color HEX #B13EDF Medium Orchid

📋 copy color: '#B13EDF'

red 177 ◦ green 62 ◦ blue 223

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

Shades of Medium Orchid #B13EDF

Tints of Medium Orchid #B13EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 38.31%
G = 13.42%
B = 48.27%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B13EDF (or 0xB13EDF) is known color: Medium Orchid. HEX triplet: B1, 3E and DF. RGB value is (177,62,223). Sum of RGB (Red+Green+Blue) = 177+62+223=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #B13EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13EDF is #4EC120. Grayscale: #727272. Windows color (decimal): -5161249 or 14630577. OLE color: 14630577.

HSL color Cylindrical-coordinate representation of color #B13EDF: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13EDF is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 62 223 -
CMYK 0.21 0.72 0 0.13
HSL 282.86º 0.72% 0.56% -
HSV(B) 282.86º 0.72% 0.87% -
XYZ 33.17 18.12 71.56 -
YUV 114.74 189.1 172.41 -
System Red Green Blue C M Y K H S L
Decimal 177 62 223 0.21 0.72 0 0.13 282.86 0.72 0.56
Hex B1 3E DF 15 48 0 D 11B 48 38
Octal 261 76 337 25 110 0 15 433 110 70
Binary 10110001 111110 11011111 10101 1001000 0 1101 100011011 1001000 111000

Color Harmonies of #B13EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13EDF

Black with #B13EDF

Text Example


Text Example

White with #B13EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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