Html Css Color HEX #B359C8 Medium Orchid

📋 copy color: '#B359C8'

red 179 ◦ green 89 ◦ blue 200

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

Shades of Medium Orchid #B359C8

Tints of Medium Orchid #B359C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.74%

R = 38.25%
G = 19.02%
B = 42.74%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B359C8 (or 0xB359C8) is known color: Medium Orchid. HEX triplet: B3, 59 and C8. RGB value is (179,89,200). Sum of RGB (Red+Green+Blue) = 179+89+200=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #B359C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359C8 is #4CA637. Grayscale: #808080. Windows color (decimal): -5023288 or 13130163. OLE color: 13130163.

HSL color Cylindrical-coordinate representation of color #B359C8: hue angle of 288.65º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B359C8 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 89 200 -
CMYK 0.10 0.56 0 0.22
HSL 288.65º 0.5% 0.57% -
HSV(B) 288.65º 0.56% 0.78% -
XYZ 32.59 20.9 56.96 -
YUV 128.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 179 89 200 0.10 0.56 0 0.22 288.65 0.5 0.57
Hex B3 59 C8 A 38 0 16 121 32 39
Octal 263 131 310 12 70 0 26 441 62 71
Binary 10110011 1011001 11001000 1010 111000 0 10110 100100001 110010 111001

Color Harmonies of #B359C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359C8

Black with #B359C8

Text Example


Text Example

White with #B359C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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