Html Css Color HEX #B357C8 Medium Orchid

📋 copy color: '#B357C8'

red 179 ◦ green 87 ◦ blue 200

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

Shades of Medium Orchid #B357C8

Tints of Medium Orchid #B357C8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.67%

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

R = 38.41%
G = 18.67%
B = 42.92%

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

#B357C8 (or 0xB357C8) is known color: Medium Orchid. HEX triplet: B3, 57 and C8. RGB value is (179,87,200). Sum of RGB (Red+Green+Blue) = 179+87+200=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #B357C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B357C8 is #4CA837. Grayscale: #7F7F7F. Windows color (decimal): -5023800 or 13129651. OLE color: 13129651.

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

Color convert

RGB 179 87 200 -
CMYK 0.10 0.56 0 0.22
HSL 288.85º 0.51% 0.56% -
HSV(B) 288.85º 0.57% 0.78% -
XYZ 32.42 20.57 56.91 -
YUV 127.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 179 87 200 0.10 0.56 0 0.22 288.85 0.51 0.56
Hex B3 57 C8 A 38 0 16 121 33 38
Octal 263 127 310 12 70 0 26 441 63 70
Binary 10110011 1010111 11001000 1010 111000 0 10110 100100001 110011 111000

Color Harmonies of #B357C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B357C8

Black with #B357C8

Text Example


Text Example

White with #B357C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B357C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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