Html Css Color HEX #B349E5 Medium Orchid

📋 copy color: '#B349E5'

red 179 ◦ green 73 ◦ blue 229

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

Shades of Medium Orchid #B349E5

Tints of Medium Orchid #B349E5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.18%

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 37.21%
G = 15.18%
B = 47.61%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B349E5 (or 0xB349E5) is known color: Medium Orchid. HEX triplet: B3, 49 and E5. RGB value is (179,73,229). Sum of RGB (Red+Green+Blue) = 179+73+229=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #B349E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349E5 is #4CB61A. Grayscale: #797979. Windows color (decimal): -5027355 or 15026611. OLE color: 15026611.

HSL color Cylindrical-coordinate representation of color #B349E5: hue angle of 280.77º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B349E5 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 73 229 -
CMYK 0.22 0.68 0 0.10
HSL 280.77º 0.75% 0.59% -
HSV(B) 280.77º 0.68% 0.9% -
XYZ 35.12 20.01 76.14 -
YUV 122.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 179 73 229 0.22 0.68 0 0.10 280.77 0.75 0.59
Hex B3 49 E5 16 44 0 A 119 4B 3B
Octal 263 111 345 26 104 0 12 431 113 73
Binary 10110011 1001001 11100101 10110 1000100 0 1010 100011001 1001011 111011

Color Harmonies of #B349E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349E5

Black with #B349E5

Text Example


Text Example

White with #B349E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349E5; }

 p { color: rgb(179,73,229); }

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

background-color css

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

 a { background-color: rgb(179,73,229); }

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

border-color css

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

 span { border-color: rgb(179,73,229); }

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