Html Css Color HEX #B437DC Medium Orchid

📋 copy color: '#B437DC'

red 180 ◦ green 55 ◦ blue 220

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

Shades of Medium Orchid #B437DC

Tints of Medium Orchid #B437DC

RGB

 RED value IS 180 (70.7% from 255) = 39.56%

 GREEN value IS 55 (21.88% from 255) = 12.09%

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

R = 39.56%
G = 12.09%
B = 48.35%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B437DC (or 0xB437DC) is known color: Medium Orchid. HEX triplet: B4, 37 and DC. RGB value is (180,55,220). Sum of RGB (Red+Green+Blue) = 180+55+220=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #B437DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437DC is #4BC823. Grayscale: #6E6E6E. Windows color (decimal): -4966436 or 14432180. OLE color: 14432180.

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

Color convert

RGB 180 55 220 -
CMYK 0.18 0.75 0 0.14
HSL 285.45º 0.7% 0.54% -
HSV(B) 285.45º 0.75% 0.86% -
XYZ 33.11 17.6 69.36 -
YUV 111.19 189.41 177.08 -
System Red Green Blue C M Y K H S L
Decimal 180 55 220 0.18 0.75 0 0.14 285.45 0.7 0.54
Hex B4 37 DC 12 4B 0 E 11D 46 36
Octal 264 67 334 22 113 0 16 435 106 66
Binary 10110100 110111 11011100 10010 1001011 0 1110 100011101 1000110 110110

Color Harmonies of #B437DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B437DC

Black with #B437DC

Text Example


Text Example

White with #B437DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B437DC; }

 p { color: rgb(180,55,220); }

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

background-color css

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

 a { background-color: rgb(180,55,220); }

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

border-color css

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

 span { border-color: rgb(180,55,220); }

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