Html Css Color HEX #B444E1 Medium Orchid

📋 copy color: '#B444E1'

red 180 ◦ green 68 ◦ blue 225

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

Shades of Medium Orchid #B444E1

Tints of Medium Orchid #B444E1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.38%

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

R = 38.05%
G = 14.38%
B = 47.57%

CMYK

 C value IS 0.2

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B444E1 (or 0xB444E1) is known color: Medium Orchid. HEX triplet: B4, 44 and E1. RGB value is (180,68,225). Sum of RGB (Red+Green+Blue) = 180+68+225=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #B444E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444E1 is #4BBB1E. Grayscale: #767676. Windows color (decimal): -4963103 or 14763188. OLE color: 14763188.

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

Color convert

RGB 180 68 225 -
CMYK 0.2 0.70 0 0.12
HSL 282.8º 0.72% 0.57% -
HSV(B) 282.8º 0.7% 0.88% -
XYZ 34.48 19.27 73.14 -
YUV 119.39 187.61 171.23 -
System Red Green Blue C M Y K H S L
Decimal 180 68 225 0.2 0.70 0 0.12 282.8 0.72 0.57
Hex B4 44 E1 14 46 0 C 11B 48 39
Octal 264 104 341 24 106 0 14 433 110 71
Binary 10110100 1000100 11100001 10100 1000110 0 1100 100011011 1001000 111001

Color Harmonies of #B444E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444E1

Black with #B444E1

Text Example


Text Example

White with #B444E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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