Html Css Color HEX #B357ED Medium Orchid

📋 copy color: '#B357ED'

red 179 ◦ green 87 ◦ blue 237

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

Shades of Medium Orchid #B357ED

Tints of Medium Orchid #B357ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 35.59%
G = 17.3%
B = 47.12%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B357ED (or 0xB357ED) is known color: Medium Orchid. HEX triplet: B3, 57 and ED. RGB value is (179,87,237). Sum of RGB (Red+Green+Blue) = 179+87+237=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #B357ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B357ED is #4CA812. Grayscale: #838383. Windows color (decimal): -5023763 or 15554483. OLE color: 15554483.

HSL color Cylindrical-coordinate representation of color #B357ED: hue angle of 276.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B357ED is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 87 237 -
CMYK 0.24 0.63 0 0.07
HSL 276.8º 0.81% 0.64% -
HSV(B) 276.8º 0.63% 0.93% -
XYZ 37.28 22.51 82.5 -
YUV 131.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 179 87 237 0.24 0.63 0 0.07 276.8 0.81 0.64
Hex B3 57 ED 18 3F 0 7 115 51 40
Octal 263 127 355 30 77 0 7 425 121 100
Binary 10110011 1010111 11101101 11000 111111 0 111 100010101 1010001 1000000

Color Harmonies of #B357ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B357ED

Black with #B357ED

Text Example


Text Example

White with #B357ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B357ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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