Html Css Color HEX #B13BED Medium Orchid

📋 copy color: '#B13BED'

red 177 ◦ green 59 ◦ blue 237

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

Shades of Medium Orchid #B13BED

Tints of Medium Orchid #B13BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.47%

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 37.42%
G = 12.47%
B = 50.11%

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

#B13BED (or 0xB13BED) is known color: Medium Orchid. HEX triplet: B1, 3B and ED. RGB value is (177,59,237). Sum of RGB (Red+Green+Blue) = 177+59+237=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #B13BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13BED is #4EC412. Grayscale: #717171. Windows color (decimal): -5162003 or 15547313. OLE color: 15547313.

HSL color Cylindrical-coordinate representation of color #B13BED: hue angle of 279.78º degrees, saturation: 0.83, 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 #B13BED is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 59 237 -
CMYK 0.25 0.75 0 0.07
HSL 279.78º 0.83% 0.58% -
HSV(B) 279.78º 0.75% 0.93% -
XYZ 34.98 18.59 81.87 -
YUV 114.57 197.09 172.53 -
System Red Green Blue C M Y K H S L
Decimal 177 59 237 0.25 0.75 0 0.07 279.78 0.83 0.58
Hex B1 3B ED 19 4B 0 7 118 53 3A
Octal 261 73 355 31 113 0 7 430 123 72
Binary 10110001 111011 11101101 11001 1001011 0 111 100011000 1010011 111010

Color Harmonies of #B13BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BED

Black with #B13BED

Text Example


Text Example

White with #B13BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BED; }

 p { color: rgb(177,59,237); }

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

background-color css

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

 a { background-color: rgb(177,59,237); }

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

border-color css

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

 span { border-color: rgb(177,59,237); }

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