Html Css Color HEX #B556EF Medium Orchid

📋 copy color: '#B556EF'

red 181 ◦ green 86 ◦ blue 239

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

Shades of Medium Orchid #B556EF

Tints of Medium Orchid #B556EF

RGB

 RED value IS 181 (71.09% from 255) = 35.77%

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 35.77%
G = 17%
B = 47.23%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B556EF (or 0xB556EF) is known color: Medium Orchid. HEX triplet: B5, 56 and EF. RGB value is (181,86,239). Sum of RGB (Red+Green+Blue) = 181+86+239=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #B556EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B556EF is #4AA910. Grayscale: #838383. Windows color (decimal): -4892945 or 15685301. OLE color: 15685301.

HSL color Cylindrical-coordinate representation of color #B556EF: hue angle of 277.25º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B556EF is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 86 239 -
CMYK 0.24 0.64 0 0.06
HSL 277.25º 0.83% 0.64% -
HSV(B) 277.25º 0.64% 0.94% -
XYZ 37.96 22.71 84.04 -
YUV 131.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 181 86 239 0.24 0.64 0 0.06 277.25 0.83 0.64
Hex B5 56 EF 18 40 0 6 115 53 40
Octal 265 126 357 30 100 0 6 425 123 100
Binary 10110101 1010110 11101111 11000 1000000 0 110 100010101 1010011 1000000

Color Harmonies of #B556EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B556EF

Black with #B556EF

Text Example


Text Example

White with #B556EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B556EF; }

 p { color: rgb(181,86,239); }

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

background-color css

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

 a { background-color: rgb(181,86,239); }

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

border-color css

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

 span { border-color: rgb(181,86,239); }

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