Html Css Color HEX #B346FB Medium Orchid

📋 copy color: '#B346FB'

red 179 ◦ green 70 ◦ blue 251

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

Shades of Medium Orchid #B346FB

Tints of Medium Orchid #B346FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 35.8%
G = 14%
B = 50.2%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B346FB (or 0xB346FB) is known color: Medium Orchid. HEX triplet: B3, 46 and FB. RGB value is (179,70,251). Sum of RGB (Red+Green+Blue) = 179+70+251=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #B346FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B346FB is #4CB904. Grayscale: #7A7A7A. Windows color (decimal): -5028101 or 16467635. OLE color: 16467635.

HSL color Cylindrical-coordinate representation of color #B346FB: hue angle of 276.13º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B346FB is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 70 251 -
CMYK 0.29 0.72 0 0.02
HSL 276.13º 0.96% 0.63% -
HSV(B) 276.13º 0.72% 0.98% -
XYZ 38.19 20.93 93.29 -
YUV 123.23 200.11 167.78 -
System Red Green Blue C M Y K H S L
Decimal 179 70 251 0.29 0.72 0 0.02 276.13 0.96 0.63
Hex B3 46 FB 1D 48 0 2 114 60 3F
Octal 263 106 373 35 110 0 2 424 140 77
Binary 10110011 1000110 11111011 11101 1001000 0 10 100010100 1100000 111111

Color Harmonies of #B346FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346FB

Black with #B346FB

Text Example


Text Example

White with #B346FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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