Html Css Color HEX #B356DB Medium Orchid

📋 copy color: '#B356DB'

red 179 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #B356DB

Tints of Medium Orchid #B356DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 36.98%
G = 17.77%
B = 45.25%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B356DB (or 0xB356DB) is known color: Medium Orchid. HEX triplet: B3, 56 and DB. RGB value is (179,86,219). Sum of RGB (Red+Green+Blue) = 179+86+219=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #B356DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356DB is #4CA924. Grayscale: #808080. Windows color (decimal): -5024037 or 14374579. OLE color: 14374579.

HSL color Cylindrical-coordinate representation of color #B356DB: hue angle of 281.95º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B356DB is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 86 219 -
CMYK 0.18 0.61 0 0.14
HSL 281.95º 0.65% 0.6% -
HSV(B) 281.95º 0.61% 0.86% -
XYZ 34.7 21.35 69.31 -
YUV 128.97 178.81 163.69 -
System Red Green Blue C M Y K H S L
Decimal 179 86 219 0.18 0.61 0 0.14 281.95 0.65 0.6
Hex B3 56 DB 12 3D 0 E 11A 41 3C
Octal 263 126 333 22 75 0 16 432 101 74
Binary 10110011 1010110 11011011 10010 111101 0 1110 100011010 1000001 111100

Color Harmonies of #B356DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356DB

Black with #B356DB

Text Example


Text Example

White with #B356DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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