Html Css Color HEX #B144E0 Medium Orchid

📋 copy color: '#B144E0'

red 177 ◦ green 68 ◦ blue 224

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

Shades of Medium Orchid #B144E0

Tints of Medium Orchid #B144E0

RGB

 RED value IS 177 (69.53% from 255) = 37.74%

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

 BLUE value IS 224 (87.89% from 255) = 47.76%

R = 37.74%
G = 14.5%
B = 47.76%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B144E0 (or 0xB144E0) is known color: Medium Orchid. HEX triplet: B1, 44 and E0. RGB value is (177,68,224). Sum of RGB (Red+Green+Blue) = 177+68+224=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #B144E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144E0 is #4EBB1F. Grayscale: #757575. Windows color (decimal): -5159712 or 14697649. OLE color: 14697649.

HSL color Cylindrical-coordinate representation of color #B144E0: hue angle of 281.92º 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 #B144E0 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 68 224 -
CMYK 0.21 0.70 0 0.12
HSL 281.92º 0.72% 0.57% -
HSV(B) 281.92º 0.7% 0.88% -
XYZ 33.65 18.86 72.39 -
YUV 118.38 187.61 169.82 -
System Red Green Blue C M Y K H S L
Decimal 177 68 224 0.21 0.70 0 0.12 281.92 0.72 0.57
Hex B1 44 E0 15 46 0 C 11A 48 39
Octal 261 104 340 25 106 0 14 432 110 71
Binary 10110001 1000100 11100000 10101 1000110 0 1100 100011010 1001000 111001

Color Harmonies of #B144E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144E0

Black with #B144E0

Text Example


Text Example

White with #B144E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144E0; }

 p { color: rgb(177,68,224); }

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

background-color css

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

 a { background-color: rgb(177,68,224); }

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

border-color css

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

 span { border-color: rgb(177,68,224); }

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