Html Css Color HEX #B440D1 Medium Orchid

📋 copy color: '#B440D1'

red 180 ◦ green 64 ◦ blue 209

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

Shades of Medium Orchid #B440D1

Tints of Medium Orchid #B440D1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.13%

 BLUE value IS 209 (82.03% from 255) = 46.14%

R = 39.74%
G = 14.13%
B = 46.14%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B440D1 (or 0xB440D1) is known color: Medium Orchid. HEX triplet: B4, 40 and D1. RGB value is (180,64,209). Sum of RGB (Red+Green+Blue) = 180+64+209=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #B440D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440D1 is #4BBF2E. Grayscale: #727272. Windows color (decimal): -4964143 or 13713588. OLE color: 13713588.

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

Color convert

RGB 180 64 209 -
CMYK 0.14 0.69 0 0.18
HSL 288º 0.61% 0.54% -
HSV(B) 288º 0.69% 0.82% -
XYZ 32.16 17.97 62.1 -
YUV 115.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 180 64 209 0.14 0.69 0 0.18 288 0.61 0.54
Hex B4 40 D1 E 45 0 12 120 3D 36
Octal 264 100 321 16 105 0 22 440 75 66
Binary 10110100 1000000 11010001 1110 1000101 0 10010 100100000 111101 110110

Color Harmonies of #B440D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440D1

Black with #B440D1

Text Example


Text Example

White with #B440D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440D1; }

 p { color: rgb(180,64,209); }

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

background-color css

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

 a { background-color: rgb(180,64,209); }

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

border-color css

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

 span { border-color: rgb(180,64,209); }

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