Html Css Color HEX #B356ED Medium Orchid

📋 copy color: '#B356ED'

red 179 ◦ green 86 ◦ blue 237

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

Shades of Medium Orchid #B356ED

Tints of Medium Orchid #B356ED

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.13%

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

R = 35.66%
G = 17.13%
B = 47.21%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B356ED (or 0xB356ED) is known color: Medium Orchid. HEX triplet: B3, 56 and ED. RGB value is (179,86,237). Sum of RGB (Red+Green+Blue) = 179+86+237=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #B356ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B356ED is #4CA912. Grayscale: #828282. Windows color (decimal): -5024019 or 15554227. OLE color: 15554227.

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

Color convert

RGB 179 86 237 -
CMYK 0.24 0.64 0 0.07
HSL 276.95º 0.81% 0.63% -
HSV(B) 276.95º 0.64% 0.93% -
XYZ 37.2 22.35 82.47 -
YUV 131.02 187.81 162.22 -
System Red Green Blue C M Y K H S L
Decimal 179 86 237 0.24 0.64 0 0.07 276.95 0.81 0.63
Hex B3 56 ED 18 40 0 7 115 51 3F
Octal 263 126 355 30 100 0 7 425 121 77
Binary 10110011 1010110 11101101 11000 1000000 0 111 100010101 1010001 111111

Color Harmonies of #B356ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356ED

Black with #B356ED

Text Example


Text Example

White with #B356ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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