Html Css Color HEX #B441E1 Medium Orchid

📋 copy color: '#B441E1'

red 180 ◦ green 65 ◦ blue 225

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

Shades of Medium Orchid #B441E1

Tints of Medium Orchid #B441E1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.83%

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

R = 38.3%
G = 13.83%
B = 47.87%

CMYK

 C value IS 0.2

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B441E1 (or 0xB441E1) is known color: Medium Orchid. HEX triplet: B4, 41 and E1. RGB value is (180,65,225). Sum of RGB (Red+Green+Blue) = 180+65+225=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #B441E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441E1 is #4BBE1E. Grayscale: #757575. Windows color (decimal): -4963871 or 14762420. OLE color: 14762420.

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

Color convert

RGB 180 65 225 -
CMYK 0.2 0.71 0 0.12
HSL 283.13º 0.73% 0.57% -
HSV(B) 283.13º 0.71% 0.88% -
XYZ 34.3 18.92 73.08 -
YUV 117.63 188.6 172.49 -
System Red Green Blue C M Y K H S L
Decimal 180 65 225 0.2 0.71 0 0.12 283.13 0.73 0.57
Hex B4 41 E1 14 47 0 C 11B 49 39
Octal 264 101 341 24 107 0 14 433 111 71
Binary 10110100 1000001 11100001 10100 1000111 0 1100 100011011 1001001 111001

Color Harmonies of #B441E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B441E1

Black with #B441E1

Text Example


Text Example

White with #B441E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B441E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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