Html Css Color HEX #B440E1 Medium Orchid

📋 copy color: '#B440E1'

red 180 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #B440E1

Tints of Medium Orchid #B440E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.97%

R = 38.38%
G = 13.65%
B = 47.97%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B440E1 (or 0xB440E1) is known color: Medium Orchid. HEX triplet: B4, 40 and E1. RGB value is (180,64,225). Sum of RGB (Red+Green+Blue) = 180+64+225=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #B440E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440E1 is #4BBF1E. Grayscale: #747474. Windows color (decimal): -4964127 or 14762164. OLE color: 14762164.

HSL color Cylindrical-coordinate representation of color #B440E1: hue angle of 283.23º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B440E1 is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 64 225 -
CMYK 0.2 0.72 0 0.12
HSL 283.23º 0.73% 0.57% -
HSV(B) 283.23º 0.72% 0.88% -
XYZ 34.25 18.81 73.06 -
YUV 117.04 188.93 172.91 -
System Red Green Blue C M Y K H S L
Decimal 180 64 225 0.2 0.72 0 0.12 283.23 0.73 0.57
Hex B4 40 E1 14 48 0 C 11B 49 39
Octal 264 100 341 24 110 0 14 433 111 71
Binary 10110100 1000000 11100001 10100 1001000 0 1100 100011011 1001001 111001

Color Harmonies of #B440E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440E1

Black with #B440E1

Text Example


Text Example

White with #B440E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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