Html Css Color HEX #B437DB Medium Orchid

📋 copy color: '#B437DB'

red 180 ◦ green 55 ◦ blue 219

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

Shades of Medium Orchid #B437DB

Tints of Medium Orchid #B437DB

RGB

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

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

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

R = 39.65%
G = 12.11%
B = 48.24%

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

#B437DB (or 0xB437DB) is known color: Medium Orchid. HEX triplet: B4, 37 and DB. RGB value is (180,55,219). Sum of RGB (Red+Green+Blue) = 180+55+219=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #B437DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437DB is #4BC824. Grayscale: #6E6E6E. Windows color (decimal): -4966437 or 14366644. OLE color: 14366644.

HSL color Cylindrical-coordinate representation of color #B437DB: hue angle of 285.73º degrees, saturation: 0.69, 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 #B437DB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 55 219 -
CMYK 0.18 0.75 0 0.14
HSL 285.73º 0.69% 0.54% -
HSV(B) 285.73º 0.75% 0.86% -
XYZ 32.97 17.55 68.67 -
YUV 111.07 188.91 177.16 -
System Red Green Blue C M Y K H S L
Decimal 180 55 219 0.18 0.75 0 0.14 285.73 0.69 0.54
Hex B4 37 DB 12 4B 0 E 11E 45 36
Octal 264 67 333 22 113 0 16 436 105 66
Binary 10110100 110111 11011011 10010 1001011 0 1110 100011110 1000101 110110

Color Harmonies of #B437DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B437DB

Black with #B437DB

Text Example


Text Example

White with #B437DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B437DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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