Html Css Color HEX #B047E8 Medium Orchid

📋 copy color: '#B047E8'

red 176 ◦ green 71 ◦ blue 232

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

Shades of Medium Orchid #B047E8

Tints of Medium Orchid #B047E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.43%

R = 36.74%
G = 14.82%
B = 48.43%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B047E8 (or 0xB047E8) is known color: Medium Orchid. HEX triplet: B0, 47 and E8. RGB value is (176,71,232). Sum of RGB (Red+Green+Blue) = 176+71+232=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #B047E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B047E8 is #4FB817. Grayscale: #787878. Windows color (decimal): -5224472 or 15222704. OLE color: 15222704.

HSL color Cylindrical-coordinate representation of color #B047E8: hue angle of 279.13º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B047E8 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 71 232 -
CMYK 0.24 0.69 0 0.09
HSL 279.13º 0.78% 0.59% -
HSV(B) 279.13º 0.69% 0.91% -
XYZ 34.72 19.56 78.29 -
YUV 120.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 176 71 232 0.24 0.69 0 0.09 279.13 0.78 0.59
Hex B0 47 E8 18 45 0 9 117 4E 3B
Octal 260 107 350 30 105 0 11 427 116 73
Binary 10110000 1000111 11101000 11000 1000101 0 1001 100010111 1001110 111011

Color Harmonies of #B047E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047E8

Black with #B047E8

Text Example


Text Example

White with #B047E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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