Html Css Color HEX #B349CE Medium Orchid

📋 copy color: '#B349CE'

red 179 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #B349CE

Tints of Medium Orchid #B349CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 39.08%
G = 15.94%
B = 44.98%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B349CE (or 0xB349CE) is known color: Medium Orchid. HEX triplet: B3, 49 and CE. RGB value is (179,73,206). Sum of RGB (Red+Green+Blue) = 179+73+206=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #B349CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349CE is #4CB631. Grayscale: #777777. Windows color (decimal): -5027378 or 13519283. OLE color: 13519283.

HSL color Cylindrical-coordinate representation of color #B349CE: hue angle of 287.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B349CE is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 73 206 -
CMYK 0.13 0.65 0 0.19
HSL 287.82º 0.58% 0.55% -
HSV(B) 287.82º 0.65% 0.81% -
XYZ 32.11 18.81 60.33 -
YUV 119.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 179 73 206 0.13 0.65 0 0.19 287.82 0.58 0.55
Hex B3 49 CE D 41 0 13 120 3A 37
Octal 263 111 316 15 101 0 23 440 72 67
Binary 10110011 1001001 11001110 1101 1000001 0 10011 100100000 111010 110111

Color Harmonies of #B349CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349CE

Black with #B349CE

Text Example


Text Example

White with #B349CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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