Html Css Color HEX #B349CC Medium Orchid

📋 copy color: '#B349CC'

red 179 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #B349CC

Tints of Medium Orchid #B349CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 39.25%
G = 16.01%
B = 44.74%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B349CC (or 0xB349CC) is known color: Medium Orchid. HEX triplet: B3, 49 and CC. RGB value is (179,73,204). Sum of RGB (Red+Green+Blue) = 179+73+204=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #B349CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349CC is #4CB633. Grayscale: #777777. Windows color (decimal): -5027380 or 13388211. OLE color: 13388211.

HSL color Cylindrical-coordinate representation of color #B349CC: hue angle of 288.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B349CC is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 73 204 -
CMYK 0.12 0.64 0 0.2
HSL 288.55º 0.56% 0.54% -
HSV(B) 288.55º 0.64% 0.8% -
XYZ 31.87 18.71 59.06 -
YUV 119.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 179 73 204 0.12 0.64 0 0.2 288.55 0.56 0.54
Hex B3 49 CC C 40 0 14 121 38 36
Octal 263 111 314 14 100 0 24 441 70 66
Binary 10110011 1001001 11001100 1100 1000000 0 10100 100100001 111000 110110

Color Harmonies of #B349CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349CC

Black with #B349CC

Text Example


Text Example

White with #B349CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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