Html Css Color HEX #B545DC Medium Orchid

📋 copy color: '#B545DC'

red 181 ◦ green 69 ◦ blue 220

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

Shades of Medium Orchid #B545DC

Tints of Medium Orchid #B545DC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.68%

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 38.51%
G = 14.68%
B = 46.81%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B545DC (or 0xB545DC) is known color: Medium Orchid. HEX triplet: B5, 45 and DC. RGB value is (181,69,220). Sum of RGB (Red+Green+Blue) = 181+69+220=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #B545DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545DC is #4ABA23. Grayscale: #777777. Windows color (decimal): -4897316 or 14435765. OLE color: 14435765.

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

Color convert

RGB 181 69 220 -
CMYK 0.18 0.69 0 0.14
HSL 284.5º 0.68% 0.57% -
HSV(B) 284.5º 0.69% 0.86% -
XYZ 34.1 19.25 69.63 -
YUV 119.7 184.61 171.72 -
System Red Green Blue C M Y K H S L
Decimal 181 69 220 0.18 0.69 0 0.14 284.5 0.68 0.57
Hex B5 45 DC 12 45 0 E 11D 44 39
Octal 265 105 334 22 105 0 16 435 104 71
Binary 10110101 1000101 11011100 10010 1000101 0 1110 100011101 1000100 111001

Color Harmonies of #B545DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B545DC

Black with #B545DC

Text Example


Text Example

White with #B545DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B545DC; }

 p { color: rgb(181,69,220); }

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

background-color css

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

 a { background-color: rgb(181,69,220); }

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

border-color css

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

 span { border-color: rgb(181,69,220); }

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