Html Css Color HEX #B047EE Medium Orchid

📋 copy color: '#B047EE'

red 176 ◦ green 71 ◦ blue 238

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

Shades of Medium Orchid #B047EE

Tints of Medium Orchid #B047EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 36.29%
G = 14.64%
B = 49.07%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B047EE (or 0xB047EE) is known color: Medium Orchid. HEX triplet: B0, 47 and EE. RGB value is (176,71,238). Sum of RGB (Red+Green+Blue) = 176+71+238=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #B047EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B047EE is #4FB811. Grayscale: #787878. Windows color (decimal): -5224466 or 15615920. OLE color: 15615920.

HSL color Cylindrical-coordinate representation of color #B047EE: hue angle of 277.72º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B047EE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 71 238 -
CMYK 0.26 0.70 0 0.07
HSL 277.72º 0.83% 0.61% -
HSV(B) 277.72º 0.7% 0.93% -
XYZ 35.59 19.91 82.86 -
YUV 121.43 193.79 166.92 -
System Red Green Blue C M Y K H S L
Decimal 176 71 238 0.26 0.70 0 0.07 277.72 0.83 0.61
Hex B0 47 EE 1A 46 0 7 116 53 3D
Octal 260 107 356 32 106 0 7 426 123 75
Binary 10110000 1000111 11101110 11010 1000110 0 111 100010110 1010011 111101

Color Harmonies of #B047EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047EE

Black with #B047EE

Text Example


Text Example

White with #B047EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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