Html Css Color HEX #B356D7 Medium Orchid

📋 copy color: '#B356D7'

red 179 ◦ green 86 ◦ blue 215

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

Shades of Medium Orchid #B356D7

Tints of Medium Orchid #B356D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.79%

R = 37.29%
G = 17.92%
B = 44.79%

CMYK

 C value IS 0.17

 M value IS 0.6

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B356D7 (or 0xB356D7) is known color: Medium Orchid. HEX triplet: B3, 56 and D7. RGB value is (179,86,215). Sum of RGB (Red+Green+Blue) = 179+86+215=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #B356D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356D7 is #4CA928. Grayscale: #808080. Windows color (decimal): -5024041 or 14112435. OLE color: 14112435.

HSL color Cylindrical-coordinate representation of color #B356D7: hue angle of 283.26º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B356D7 is Cyan = 0.17, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 86 215 -
CMYK 0.17 0.6 0 0.16
HSL 283.26º 0.62% 0.59% -
HSV(B) 283.26º 0.6% 0.84% -
XYZ 34.18 21.15 66.57 -
YUV 128.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 179 86 215 0.17 0.6 0 0.16 283.26 0.62 0.59
Hex B3 56 D7 11 3C 0 10 11B 3E 3B
Octal 263 126 327 21 74 0 20 433 76 73
Binary 10110011 1010110 11010111 10001 111100 0 10000 100011011 111110 111011

Color Harmonies of #B356D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356D7

Black with #B356D7

Text Example


Text Example

White with #B356D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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