Html Css Color HEX #B548DE Medium Orchid

📋 copy color: '#B548DE'

red 181 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #B548DE

Tints of Medium Orchid #B548DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 38.11%
G = 15.16%
B = 46.74%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B548DE (or 0xB548DE) is known color: Medium Orchid. HEX triplet: B5, 48 and DE. RGB value is (181,72,222). Sum of RGB (Red+Green+Blue) = 181+72+222=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #B548DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B548DE is #4AB721. Grayscale: #797979. Windows color (decimal): -4896546 or 14567605. OLE color: 14567605.

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

Color convert

RGB 181 72 222 -
CMYK 0.18 0.68 0 0.13
HSL 283.6º 0.69% 0.58% -
HSV(B) 283.6º 0.68% 0.87% -
XYZ 34.56 19.73 71.09 -
YUV 121.69 184.61 170.3 -
System Red Green Blue C M Y K H S L
Decimal 181 72 222 0.18 0.68 0 0.13 283.6 0.69 0.58
Hex B5 48 DE 12 44 0 D 11C 45 3A
Octal 265 110 336 22 104 0 15 434 105 72
Binary 10110101 1001000 11011110 10010 1000100 0 1101 100011100 1000101 111010

Color Harmonies of #B548DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B548DE

Black with #B548DE

Text Example


Text Example

White with #B548DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B548DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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