Html Css Color HEX #B554DA Medium Orchid

📋 copy color: '#B554DA'

red 181 ◦ green 84 ◦ blue 218

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

Shades of Medium Orchid #B554DA

Tints of Medium Orchid #B554DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 37.47%
G = 17.39%
B = 45.13%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B554DA (or 0xB554DA) is known color: Medium Orchid. HEX triplet: B5, 54 and DA. RGB value is (181,84,218). Sum of RGB (Red+Green+Blue) = 181+84+218=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #B554DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554DA is #4AAB25. Grayscale: #7F7F7F. Windows color (decimal): -4893478 or 14308533. OLE color: 14308533.

HSL color Cylindrical-coordinate representation of color #B554DA: hue angle of 283.43º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B554DA is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 84 218 -
CMYK 0.17 0.61 0 0.15
HSL 283.43º 0.64% 0.59% -
HSV(B) 283.43º 0.61% 0.85% -
XYZ 34.88 21.23 68.59 -
YUV 128.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 181 84 218 0.17 0.61 0 0.15 283.43 0.64 0.59
Hex B5 54 DA 11 3D 0 F 11B 40 3B
Octal 265 124 332 21 75 0 17 433 100 73
Binary 10110101 1010100 11011010 10001 111101 0 1111 100011011 1000000 111011

Color Harmonies of #B554DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554DA

Black with #B554DA

Text Example


Text Example

White with #B554DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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