Html Css Color HEX #B047E1 Medium Orchid

📋 copy color: '#B047E1'

red 176 ◦ green 71 ◦ blue 225

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

Shades of Medium Orchid #B047E1

Tints of Medium Orchid #B047E1

RGB

 RED value IS 176 (69.14% from 255) = 37.29%

 GREEN value IS 71 (28.13% from 255) = 15.04%

 BLUE value IS 225 (88.28% from 255) = 47.67%

R = 37.29%
G = 15.04%
B = 47.67%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B047E1 (or 0xB047E1) is known color: Medium Orchid. HEX triplet: B0, 47 and E1. RGB value is (176,71,225). Sum of RGB (Red+Green+Blue) = 176+71+225=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #B047E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047E1 is #4FB81E. Grayscale: #777777. Windows color (decimal): -5224479 or 14763952. OLE color: 14763952.

HSL color Cylindrical-coordinate representation of color #B047E1: hue angle of 280.91º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B047E1 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 71 225 -
CMYK 0.22 0.68 0 0.12
HSL 280.91º 0.72% 0.58% -
HSV(B) 280.91º 0.68% 0.88% -
XYZ 33.75 19.17 73.16 -
YUV 119.95 187.29 167.98 -
System Red Green Blue C M Y K H S L
Decimal 176 71 225 0.22 0.68 0 0.12 280.91 0.72 0.58
Hex B0 47 E1 16 44 0 C 119 48 3A
Octal 260 107 341 26 104 0 14 431 110 72
Binary 10110000 1000111 11100001 10110 1000100 0 1100 100011001 1001000 111010

Color Harmonies of #B047E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047E1

Black with #B047E1

Text Example


Text Example

White with #B047E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047E1; }

 p { color: rgb(176,71,225); }

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

background-color css

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

 a { background-color: rgb(176,71,225); }

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

border-color css

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

 span { border-color: rgb(176,71,225); }

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