Html Css Color HEX #B347CE Medium Orchid

📋 copy color: '#B347CE'

red 179 ◦ green 71 ◦ blue 206

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

Shades of Medium Orchid #B347CE

Tints of Medium Orchid #B347CE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.57%

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

R = 39.25%
G = 15.57%
B = 45.18%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B347CE (or 0xB347CE) is known color: Medium Orchid. HEX triplet: B3, 47 and CE. RGB value is (179,71,206). Sum of RGB (Red+Green+Blue) = 179+71+206=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #B347CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B347CE is #4CB831. Grayscale: #767676. Windows color (decimal): -5027890 or 13518771. OLE color: 13518771.

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

Color convert

RGB 179 71 206 -
CMYK 0.13 0.66 0 0.19
HSL 288º 0.58% 0.54% -
HSV(B) 288º 0.66% 0.81% -
XYZ 31.98 18.55 60.29 -
YUV 118.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 179 71 206 0.13 0.66 0 0.19 288 0.58 0.54
Hex B3 47 CE D 42 0 13 120 3A 36
Octal 263 107 316 15 102 0 23 440 72 66
Binary 10110011 1000111 11001110 1101 1000010 0 10011 100100000 111010 110110

Color Harmonies of #B347CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B347CE

Black with #B347CE

Text Example


Text Example

White with #B347CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B347CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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