Html Css Color HEX #B357CE Medium Orchid

📋 copy color: '#B357CE'

red 179 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #B357CE

Tints of Medium Orchid #B357CE

RGB

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

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

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

R = 37.92%
G = 18.43%
B = 43.64%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B357CE (or 0xB357CE) is known color: Medium Orchid. HEX triplet: B3, 57 and CE. RGB value is (179,87,206). Sum of RGB (Red+Green+Blue) = 179+87+206=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #B357CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B357CE is #4CA831. Grayscale: #7F7F7F. Windows color (decimal): -5023794 or 13522867. OLE color: 13522867.

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

Color convert

RGB 179 87 206 -
CMYK 0.13 0.58 0 0.19
HSL 286.39º 0.55% 0.57% -
HSV(B) 286.39º 0.58% 0.81% -
XYZ 33.14 20.86 60.67 -
YUV 128.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 179 87 206 0.13 0.58 0 0.19 286.39 0.55 0.57
Hex B3 57 CE D 3A 0 13 11E 37 39
Octal 263 127 316 15 72 0 23 436 67 71
Binary 10110011 1010111 11001110 1101 111010 0 10011 100011110 110111 111001

Color Harmonies of #B357CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B357CE

Black with #B357CE

Text Example


Text Example

White with #B357CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B357CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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