Html Css Color HEX #B047E0 Medium Orchid

📋 copy color: '#B047E0'

red 176 ◦ green 71 ◦ blue 224

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

Shades of Medium Orchid #B047E0

Tints of Medium Orchid #B047E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.56%

R = 37.37%
G = 15.07%
B = 47.56%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B047E0 (or 0xB047E0) is known color: Medium Orchid. HEX triplet: B0, 47 and E0. RGB value is (176,71,224). Sum of RGB (Red+Green+Blue) = 176+71+224=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #B047E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047E0 is #4FB81F. Grayscale: #777777. Windows color (decimal): -5224480 or 14698416. OLE color: 14698416.

HSL color Cylindrical-coordinate representation of color #B047E0: hue angle of 281.18º degrees, saturation: 0.71, 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 #B047E0 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 71 224 -
CMYK 0.21 0.68 0 0.12
HSL 281.18º 0.71% 0.58% -
HSV(B) 281.18º 0.68% 0.88% -
XYZ 33.61 19.12 72.44 -
YUV 119.84 186.79 168.06 -
System Red Green Blue C M Y K H S L
Decimal 176 71 224 0.21 0.68 0 0.12 281.18 0.71 0.58
Hex B0 47 E0 15 44 0 C 119 47 3A
Octal 260 107 340 25 104 0 14 431 107 72
Binary 10110000 1000111 11100000 10101 1000100 0 1100 100011001 1000111 111010

Color Harmonies of #B047E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047E0

Black with #B047E0

Text Example


Text Example

White with #B047E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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