Html Css Color HEX #B256CE Medium Orchid

📋 copy color: '#B256CE'

red 178 ◦ green 86 ◦ blue 206

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

Shades of Medium Orchid #B256CE

Tints of Medium Orchid #B256CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 37.87%
G = 18.3%
B = 43.83%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B256CE (or 0xB256CE) is known color: Medium Orchid. HEX triplet: B2, 56 and CE. RGB value is (178,86,206). Sum of RGB (Red+Green+Blue) = 178+86+206=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #B256CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256CE is #4DA931. Grayscale: #7E7E7E. Windows color (decimal): -5089586 or 13522610. OLE color: 13522610.

HSL color Cylindrical-coordinate representation of color #B256CE: hue angle of 286º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B256CE is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 86 206 -
CMYK 0.14 0.58 0 0.19
HSL 286º 0.55% 0.57% -
HSV(B) 286º 0.58% 0.81% -
XYZ 32.83 20.58 60.63 -
YUV 127.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 178 86 206 0.14 0.58 0 0.19 286 0.55 0.57
Hex B2 56 CE E 3A 0 13 11E 37 39
Octal 262 126 316 16 72 0 23 436 67 71
Binary 10110010 1010110 11001110 1110 111010 0 10011 100011110 110111 111001

Color Harmonies of #B256CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256CE

Black with #B256CE

Text Example


Text Example

White with #B256CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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