Html Css Color HEX #B554C7 Medium Orchid

📋 copy color: '#B554C7'

red 181 ◦ green 84 ◦ blue 199

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

Shades of Medium Orchid #B554C7

Tints of Medium Orchid #B554C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.89%

R = 39.01%
G = 18.1%
B = 42.89%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B554C7 (or 0xB554C7) is known color: Medium Orchid. HEX triplet: B5, 54 and C7. RGB value is (181,84,199). Sum of RGB (Red+Green+Blue) = 181+84+199=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 199 - color contains mainly: blue. Hex color #B554C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554C7 is #4AAB38. Grayscale: #7D7D7D. Windows color (decimal): -4893497 or 13063349. OLE color: 13063349.

HSL color Cylindrical-coordinate representation of color #B554C7: hue angle of 290.61º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B554C7 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 84 199 -
CMYK 0.09 0.58 0 0.22
HSL 290.61º 0.51% 0.55% -
HSV(B) 290.61º 0.58% 0.78% -
XYZ 32.54 20.29 56.23 -
YUV 126.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 181 84 199 0.09 0.58 0 0.22 290.61 0.51 0.55
Hex B5 54 C7 9 3A 0 16 123 33 37
Octal 265 124 307 11 72 0 26 443 63 67
Binary 10110101 1010100 11000111 1001 111010 0 10110 100100011 110011 110111

Color Harmonies of #B554C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554C7

Black with #B554C7

Text Example


Text Example

White with #B554C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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