Html Css Color HEX #B359CE Medium Orchid

📋 copy color: '#B359CE'

red 179 ◦ green 89 ◦ blue 206

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

Shades of Medium Orchid #B359CE

Tints of Medium Orchid #B359CE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.78%

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

R = 37.76%
G = 18.78%
B = 43.46%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B359CE (or 0xB359CE) is known color: Medium Orchid. HEX triplet: B3, 59 and CE. RGB value is (179,89,206). Sum of RGB (Red+Green+Blue) = 179+89+206=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #B359CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359CE is #4CA631. Grayscale: #808080. Windows color (decimal): -5023282 or 13523379. OLE color: 13523379.

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

Color convert

RGB 179 89 206 -
CMYK 0.13 0.57 0 0.19
HSL 286.15º 0.54% 0.58% -
HSV(B) 286.15º 0.57% 0.81% -
XYZ 33.3 21.18 60.73 -
YUV 129.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 179 89 206 0.13 0.57 0 0.19 286.15 0.54 0.58
Hex B3 59 CE D 39 0 13 11E 36 3A
Octal 263 131 316 15 71 0 23 436 66 72
Binary 10110011 1011001 11001110 1101 111001 0 10011 100011110 110110 111010

Color Harmonies of #B359CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359CE

Black with #B359CE

Text Example


Text Example

White with #B359CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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