Html Css Color HEX #B046EC Medium Orchid

📋 copy color: '#B046EC'

red 176 ◦ green 70 ◦ blue 236

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

Shades of Medium Orchid #B046EC

Tints of Medium Orchid #B046EC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.52%

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 36.51%
G = 14.52%
B = 48.96%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B046EC (or 0xB046EC) is known color: Medium Orchid. HEX triplet: B0, 46 and EC. RGB value is (176,70,236). Sum of RGB (Red+Green+Blue) = 176+70+236=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #B046EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B046EC is #4FB913. Grayscale: #787878. Windows color (decimal): -5224724 or 15484592. OLE color: 15484592.

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

Color convert

RGB 176 70 236 -
CMYK 0.25 0.70 0 0.07
HSL 278.31º 0.81% 0.6% -
HSV(B) 278.31º 0.7% 0.93% -
XYZ 35.23 19.67 81.3 -
YUV 120.62 193.12 167.5 -
System Red Green Blue C M Y K H S L
Decimal 176 70 236 0.25 0.70 0 0.07 278.31 0.81 0.6
Hex B0 46 EC 19 46 0 7 116 51 3C
Octal 260 106 354 31 106 0 7 426 121 74
Binary 10110000 1000110 11101100 11001 1000110 0 111 100010110 1010001 111100

Color Harmonies of #B046EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046EC

Black with #B046EC

Text Example


Text Example

White with #B046EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046EC; }

 p { color: rgb(176,70,236); }

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

background-color css

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

 a { background-color: rgb(176,70,236); }

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

border-color css

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

 span { border-color: rgb(176,70,236); }

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