Html Css Color HEX #B356DD Medium Orchid

📋 copy color: '#B356DD'

red 179 ◦ green 86 ◦ blue 221

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

Shades of Medium Orchid #B356DD

Tints of Medium Orchid #B356DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 36.83%
G = 17.7%
B = 45.47%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B356DD (or 0xB356DD) is known color: Medium Orchid. HEX triplet: B3, 56 and DD. RGB value is (179,86,221). Sum of RGB (Red+Green+Blue) = 179+86+221=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #B356DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356DD is #4CA922. Grayscale: #808080. Windows color (decimal): -5024035 or 14505651. OLE color: 14505651.

HSL color Cylindrical-coordinate representation of color #B356DD: hue angle of 281.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B356DD is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 86 221 -
CMYK 0.19 0.61 0 0.13
HSL 281.33º 0.67% 0.6% -
HSV(B) 281.33º 0.61% 0.87% -
XYZ 34.97 21.46 70.71 -
YUV 129.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 179 86 221 0.19 0.61 0 0.13 281.33 0.67 0.6
Hex B3 56 DD 13 3D 0 D 119 43 3C
Octal 263 126 335 23 75 0 15 431 103 74
Binary 10110011 1010110 11011101 10011 111101 0 1101 100011001 1000011 111100

Color Harmonies of #B356DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356DD

Black with #B356DD

Text Example


Text Example

White with #B356DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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