Html Css Color HEX #B346FD Medium Orchid

📋 copy color: '#B346FD'

red 179 ◦ green 70 ◦ blue 253

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

Shades of Medium Orchid #B346FD

Tints of Medium Orchid #B346FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 35.66%
G = 13.94%
B = 50.4%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B346FD (or 0xB346FD) is known color: Medium Orchid. HEX triplet: B3, 46 and FD. RGB value is (179,70,253). Sum of RGB (Red+Green+Blue) = 179+70+253=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 70 (27.73% from 255 or 13.94% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #B346FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B346FD is #4CB902. Grayscale: #7A7A7A. Windows color (decimal): -5028099 or 16598707. OLE color: 16598707.

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

Color convert

RGB 179 70 253 -
CMYK 0.29 0.72 0 0.01
HSL 275.74º 0.98% 0.63% -
HSV(B) 275.74º 0.72% 0.99% -
XYZ 38.51 21.06 94.96 -
YUV 123.45 201.11 167.62 -
System Red Green Blue C M Y K H S L
Decimal 179 70 253 0.29 0.72 0 0.01 275.74 0.98 0.63
Hex B3 46 FD 1D 48 0 1 114 62 3F
Octal 263 106 375 35 110 0 1 424 142 77
Binary 10110011 1000110 11111101 11101 1001000 0 1 100010100 1100010 111111

Color Harmonies of #B346FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346FD

Black with #B346FD

Text Example


Text Example

White with #B346FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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