Html Css Color HEX #B256DD Medium Orchid

📋 copy color: '#B256DD'

red 178 ◦ green 86 ◦ blue 221

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

Shades of Medium Orchid #B256DD

Tints of Medium Orchid #B256DD

RGB

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

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

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

R = 36.7%
G = 17.73%
B = 45.57%

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

#B256DD (or 0xB256DD) is known color: Medium Orchid. HEX triplet: B2, 56 and DD. RGB value is (178,86,221). Sum of RGB (Red+Green+Blue) = 178+86+221=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #B256DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256DD is #4DA922. Grayscale: #808080. Windows color (decimal): -5089571 or 14505650. OLE color: 14505650.

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

Color convert

RGB 178 86 221 -
CMYK 0.19 0.61 0 0.13
HSL 280.89º 0.67% 0.6% -
HSV(B) 280.89º 0.61% 0.87% -
XYZ 34.74 21.34 70.69 -
YUV 128.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 178 86 221 0.19 0.61 0 0.13 280.89 0.67 0.6
Hex B2 56 DD 13 3D 0 D 119 43 3C
Octal 262 126 335 23 75 0 15 431 103 74
Binary 10110010 1010110 11011101 10011 111101 0 1101 100011001 1000011 111100

Color Harmonies of #B256DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256DD

Black with #B256DD

Text Example


Text Example

White with #B256DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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