Html Css Color HEX #B556E4 Medium Orchid

📋 copy color: '#B556E4'

red 181 ◦ green 86 ◦ blue 228

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

Shades of Medium Orchid #B556E4

Tints of Medium Orchid #B556E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.06%

R = 36.57%
G = 17.37%
B = 46.06%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B556E4 (or 0xB556E4) is known color: Medium Orchid. HEX triplet: B5, 56 and E4. RGB value is (181,86,228). Sum of RGB (Red+Green+Blue) = 181+86+228=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #B556E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B556E4 is #4AA91B. Grayscale: #828282. Windows color (decimal): -4892956 or 14964405. OLE color: 14964405.

HSL color Cylindrical-coordinate representation of color #B556E4: hue angle of 280.14º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B556E4 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 86 228 -
CMYK 0.21 0.62 0 0.11
HSL 280.14º 0.72% 0.62% -
HSV(B) 280.14º 0.62% 0.89% -
XYZ 36.39 22.08 75.74 -
YUV 130.59 182.97 163.95 -
System Red Green Blue C M Y K H S L
Decimal 181 86 228 0.21 0.62 0 0.11 280.14 0.72 0.62
Hex B5 56 E4 15 3E 0 B 118 48 3E
Octal 265 126 344 25 76 0 13 430 110 76
Binary 10110101 1010110 11100100 10101 111110 0 1011 100011000 1001000 111110

Color Harmonies of #B556E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B556E4

Black with #B556E4

Text Example


Text Example

White with #B556E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B556E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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