Html Css Color HEX #B544DB Medium Orchid

📋 copy color: '#B544DB'

red 181 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #B544DB

Tints of Medium Orchid #B544DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.53%

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 38.68%
G = 14.53%
B = 46.79%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B544DB (or 0xB544DB) is known color: Medium Orchid. HEX triplet: B5, 44 and DB. RGB value is (181,68,219). Sum of RGB (Red+Green+Blue) = 181+68+219=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #B544DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544DB is #4ABB24. Grayscale: #767676. Windows color (decimal): -4897573 or 14369973. OLE color: 14369973.

HSL color Cylindrical-coordinate representation of color #B544DB: hue angle of 284.9º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B544DB is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 68 219 -
CMYK 0.17 0.69 0 0.14
HSL 284.9º 0.68% 0.56% -
HSV(B) 284.9º 0.69% 0.86% -
XYZ 33.91 19.07 68.91 -
YUV 119 184.44 172.22 -
System Red Green Blue C M Y K H S L
Decimal 181 68 219 0.17 0.69 0 0.14 284.9 0.68 0.56
Hex B5 44 DB 11 45 0 E 11D 44 38
Octal 265 104 333 21 105 0 16 435 104 70
Binary 10110101 1000100 11011011 10001 1000101 0 1110 100011101 1000100 111000

Color Harmonies of #B544DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B544DB

Black with #B544DB

Text Example


Text Example

White with #B544DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B544DB; }

 p { color: rgb(181,68,219); }

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

background-color css

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

 a { background-color: rgb(181,68,219); }

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

border-color css

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

 span { border-color: rgb(181,68,219); }

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