Html Css Color HEX #B346EC Medium Orchid

📋 copy color: '#B346EC'

red 179 ◦ green 70 ◦ blue 236

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

Shades of Medium Orchid #B346EC

Tints of Medium Orchid #B346EC

RGB

 RED value IS 179 (70.31% from 255) = 36.91%

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

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

R = 36.91%
G = 14.43%
B = 48.66%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B346EC (or 0xB346EC) is known color: Medium Orchid. HEX triplet: B3, 46 and EC. RGB value is (179,70,236). Sum of RGB (Red+Green+Blue) = 179+70+236=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #B346EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B346EC is #4CB913. Grayscale: #787878. Windows color (decimal): -5028116 or 15484595. OLE color: 15484595.

HSL color Cylindrical-coordinate representation of color #B346EC: hue angle of 279.4º 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 #B346EC is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 70 236 -
CMYK 0.24 0.70 0 0.07
HSL 279.4º 0.81% 0.6% -
HSV(B) 279.4º 0.7% 0.93% -
XYZ 35.92 20.02 81.33 -
YUV 121.52 192.61 169 -
System Red Green Blue C M Y K H S L
Decimal 179 70 236 0.24 0.70 0 0.07 279.4 0.81 0.6
Hex B3 46 EC 18 46 0 7 117 51 3C
Octal 263 106 354 30 106 0 7 427 121 74
Binary 10110011 1000110 11101100 11000 1000110 0 111 100010111 1010001 111100

Color Harmonies of #B346EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346EC

Black with #B346EC

Text Example


Text Example

White with #B346EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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