Html Css Color HEX #B346D0 Medium Orchid

📋 copy color: '#B346D0'

red 179 ◦ green 70 ◦ blue 208

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

Shades of Medium Orchid #B346D0

Tints of Medium Orchid #B346D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.51%

R = 39.17%
G = 15.32%
B = 45.51%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B346D0 (or 0xB346D0) is known color: Medium Orchid. HEX triplet: B3, 46 and D0. RGB value is (179,70,208). Sum of RGB (Red+Green+Blue) = 179+70+208=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #B346D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346D0 is #4CB92F. Grayscale: #757575. Windows color (decimal): -5028144 or 13649587. OLE color: 13649587.

HSL color Cylindrical-coordinate representation of color #B346D0: hue angle of 287.39º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B346D0 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 70 208 -
CMYK 0.14 0.66 0 0.18
HSL 287.39º 0.59% 0.55% -
HSV(B) 287.39º 0.66% 0.82% -
XYZ 32.17 18.52 61.55 -
YUV 118.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 179 70 208 0.14 0.66 0 0.18 287.39 0.59 0.55
Hex B3 46 D0 E 42 0 12 11F 3B 37
Octal 263 106 320 16 102 0 22 437 73 67
Binary 10110011 1000110 11010000 1110 1000010 0 10010 100011111 111011 110111

Color Harmonies of #B346D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346D0

Black with #B346D0

Text Example


Text Example

White with #B346D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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