Html Css Color HEX #B256DB Medium Orchid

📋 copy color: '#B256DB'

red 178 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #B256DB

Tints of Medium Orchid #B256DB

RGB

 RED value IS 178 (69.92% from 255) = 36.85%

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

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

R = 36.85%
G = 17.81%
B = 45.34%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B256DB (or 0xB256DB) is known color: Medium Orchid. HEX triplet: B2, 56 and DB. RGB value is (178,86,219). Sum of RGB (Red+Green+Blue) = 178+86+219=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #B256DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256DB is #4DA924. Grayscale: #808080. Windows color (decimal): -5089573 or 14374578. OLE color: 14374578.

HSL color Cylindrical-coordinate representation of color #B256DB: hue angle of 281.5º 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 #B256DB is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 86 219 -
CMYK 0.19 0.61 0 0.14
HSL 281.5º 0.65% 0.6% -
HSV(B) 281.5º 0.61% 0.86% -
XYZ 34.47 21.24 69.3 -
YUV 128.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 178 86 219 0.19 0.61 0 0.14 281.5 0.65 0.6
Hex B2 56 DB 13 3D 0 E 11A 41 3C
Octal 262 126 333 23 75 0 16 432 101 74
Binary 10110010 1010110 11011011 10011 111101 0 1110 100011010 1000001 111100

Color Harmonies of #B256DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256DB

Black with #B256DB

Text Example


Text Example

White with #B256DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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