Html Css Color HEX #B346FA Medium Orchid

📋 copy color: '#B346FA'

red 179 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #B346FA

Tints of Medium Orchid #B346FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 35.87%
G = 14.03%
B = 50.1%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B346FA (or 0xB346FA) is known color: Medium Orchid. HEX triplet: B3, 46 and FA. RGB value is (179,70,250). Sum of RGB (Red+Green+Blue) = 179+70+250=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #B346FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B346FA is #4CB905. Grayscale: #7A7A7A. Windows color (decimal): -5028102 or 16402099. OLE color: 16402099.

HSL color Cylindrical-coordinate representation of color #B346FA: hue angle of 276.33º degrees, saturation: 0.95, 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 #B346FA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 70 250 -
CMYK 0.28 0.72 0 0.02
HSL 276.33º 0.95% 0.63% -
HSV(B) 276.33º 0.72% 0.98% -
XYZ 38.04 20.87 92.47 -
YUV 123.11 199.61 167.86 -
System Red Green Blue C M Y K H S L
Decimal 179 70 250 0.28 0.72 0 0.02 276.33 0.95 0.63
Hex B3 46 FA 1C 48 0 2 114 5F 3F
Octal 263 106 372 34 110 0 2 424 137 77
Binary 10110011 1000110 11111010 11100 1001000 0 10 100010100 1011111 111111

Color Harmonies of #B346FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346FA

Black with #B346FA

Text Example


Text Example

White with #B346FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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