Html Css Color HEX #B554DF Medium Orchid

📋 copy color: '#B554DF'

red 181 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #B554DF

Tints of Medium Orchid #B554DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 37.09%
G = 17.21%
B = 45.7%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B554DF (or 0xB554DF) is known color: Medium Orchid. HEX triplet: B5, 54 and DF. RGB value is (181,84,223). Sum of RGB (Red+Green+Blue) = 181+84+223=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #B554DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554DF is #4AAB20. Grayscale: #808080. Windows color (decimal): -4893473 or 14636213. OLE color: 14636213.

HSL color Cylindrical-coordinate representation of color #B554DF: hue angle of 281.87º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B554DF is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 84 223 -
CMYK 0.19 0.62 0 0.13
HSL 281.87º 0.68% 0.6% -
HSV(B) 281.87º 0.62% 0.87% -
XYZ 35.55 21.49 72.09 -
YUV 128.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 181 84 223 0.19 0.62 0 0.13 281.87 0.68 0.6
Hex B5 54 DF 13 3E 0 D 11A 44 3C
Octal 265 124 337 23 76 0 15 432 104 74
Binary 10110101 1010100 11011111 10011 111110 0 1101 100011010 1000100 111100

Color Harmonies of #B554DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554DF

Black with #B554DF

Text Example


Text Example

White with #B554DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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