Html Css Color HEX #B554EC Medium Orchid

📋 copy color: '#B554EC'

red 181 ◦ green 84 ◦ blue 236

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

Shades of Medium Orchid #B554EC

Tints of Medium Orchid #B554EC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.77%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 36.13%
G = 16.77%
B = 47.11%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B554EC (or 0xB554EC) is known color: Medium Orchid. HEX triplet: B5, 54 and EC. RGB value is (181,84,236). Sum of RGB (Red+Green+Blue) = 181+84+236=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #B554EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B554EC is #4AAB13. Grayscale: #818181. Windows color (decimal): -4893460 or 15488181. OLE color: 15488181.

HSL color Cylindrical-coordinate representation of color #B554EC: hue angle of 278.29º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B554EC is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 84 236 -
CMYK 0.23 0.64 0 0.07
HSL 278.29º 0.8% 0.63% -
HSV(B) 278.29º 0.64% 0.93% -
XYZ 37.37 22.22 81.68 -
YUV 130.33 187.64 164.14 -
System Red Green Blue C M Y K H S L
Decimal 181 84 236 0.23 0.64 0 0.07 278.29 0.8 0.63
Hex B5 54 EC 17 40 0 7 116 50 3F
Octal 265 124 354 27 100 0 7 426 120 77
Binary 10110101 1010100 11101100 10111 1000000 0 111 100010110 1010000 111111

Color Harmonies of #B554EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554EC

Black with #B554EC

Text Example


Text Example

White with #B554EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554EC; }

 p { color: rgb(181,84,236); }

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

background-color css

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

 a { background-color: rgb(181,84,236); }

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

border-color css

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

 span { border-color: rgb(181,84,236); }

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