Html Css Color HEX #B349D6 Medium Orchid

📋 copy color: '#B349D6'

red 179 ◦ green 73 ◦ blue 214

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

Shades of Medium Orchid #B349D6

Tints of Medium Orchid #B349D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.92%

R = 38.41%
G = 15.67%
B = 45.92%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B349D6 (or 0xB349D6) is known color: Medium Orchid. HEX triplet: B3, 49 and D6. RGB value is (179,73,214). Sum of RGB (Red+Green+Blue) = 179+73+214=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #B349D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349D6 is #4CB629. Grayscale: #787878. Windows color (decimal): -5027370 or 14043571. OLE color: 14043571.

HSL color Cylindrical-coordinate representation of color #B349D6: hue angle of 285.11º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B349D6 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 73 214 -
CMYK 0.16 0.66 0 0.16
HSL 285.11º 0.63% 0.56% -
HSV(B) 285.11º 0.66% 0.84% -
XYZ 33.11 19.2 65.58 -
YUV 120.77 180.62 169.54 -
System Red Green Blue C M Y K H S L
Decimal 179 73 214 0.16 0.66 0 0.16 285.11 0.63 0.56
Hex B3 49 D6 10 42 0 10 11D 3F 38
Octal 263 111 326 20 102 0 20 435 77 70
Binary 10110011 1001001 11010110 10000 1000010 0 10000 100011101 111111 111000

Color Harmonies of #B349D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349D6

Black with #B349D6

Text Example


Text Example

White with #B349D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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