Html Css Color HEX #B144C7 Medium Orchid

📋 copy color: '#B144C7'

red 177 ◦ green 68 ◦ blue 199

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

Shades of Medium Orchid #B144C7

Tints of Medium Orchid #B144C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.82%

R = 39.86%
G = 15.32%
B = 44.82%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B144C7 (or 0xB144C7) is known color: Medium Orchid. HEX triplet: B1, 44 and C7. RGB value is (177,68,199). Sum of RGB (Red+Green+Blue) = 177+68+199=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #B144C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144C7 is #4EBB38. Grayscale: #737373. Windows color (decimal): -5159737 or 13059249. OLE color: 13059249.

HSL color Cylindrical-coordinate representation of color #B144C7: hue angle of 289.92º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B144C7 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 68 199 -
CMYK 0.11 0.66 0 0.22
HSL 289.92º 0.54% 0.52% -
HSV(B) 289.92º 0.66% 0.78% -
XYZ 30.51 17.6 55.82 -
YUV 115.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 177 68 199 0.11 0.66 0 0.22 289.92 0.54 0.52
Hex B1 44 C7 B 42 0 16 122 36 34
Octal 261 104 307 13 102 0 26 442 66 64
Binary 10110001 1000100 11000111 1011 1000010 0 10110 100100010 110110 110100

Color Harmonies of #B144C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144C7

Black with #B144C7

Text Example


Text Example

White with #B144C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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