Html Css Color HEX #B548DD Medium Orchid

📋 copy color: '#B548DD'

red 181 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #B548DD

Tints of Medium Orchid #B548DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.19%

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 38.19%
G = 15.19%
B = 46.62%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B548DD (or 0xB548DD) is known color: Medium Orchid. HEX triplet: B5, 48 and DD. RGB value is (181,72,221). Sum of RGB (Red+Green+Blue) = 181+72+221=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #B548DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B548DD is #4AB722. Grayscale: #797979. Windows color (decimal): -4896547 or 14502069. OLE color: 14502069.

HSL color Cylindrical-coordinate representation of color #B548DD: hue angle of 283.89º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B548DD is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 72 221 -
CMYK 0.18 0.67 0 0.13
HSL 283.89º 0.69% 0.57% -
HSV(B) 283.89º 0.67% 0.87% -
XYZ 34.42 19.68 70.39 -
YUV 121.58 184.11 170.38 -
System Red Green Blue C M Y K H S L
Decimal 181 72 221 0.18 0.67 0 0.13 283.89 0.69 0.57
Hex B5 48 DD 12 43 0 D 11C 45 39
Octal 265 110 335 22 103 0 15 434 105 71
Binary 10110101 1001000 11011101 10010 1000011 0 1101 100011100 1000101 111001

Color Harmonies of #B548DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B548DD

Black with #B548DD

Text Example


Text Example

White with #B548DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B548DD; }

 p { color: rgb(181,72,221); }

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

background-color css

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

 a { background-color: rgb(181,72,221); }

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

border-color css

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

 span { border-color: rgb(181,72,221); }

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