Html Css Color HEX #B144CE Medium Orchid

📋 copy color: '#B144CE'

red 177 ◦ green 68 ◦ blue 206

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

Shades of Medium Orchid #B144CE

Tints of Medium Orchid #B144CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 39.25%
G = 15.08%
B = 45.68%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B144CE (or 0xB144CE) is known color: Medium Orchid. HEX triplet: B1, 44 and CE. RGB value is (177,68,206). Sum of RGB (Red+Green+Blue) = 177+68+206=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #B144CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144CE is #4EBB31. Grayscale: #737373. Windows color (decimal): -5159730 or 13518001. OLE color: 13518001.

HSL color Cylindrical-coordinate representation of color #B144CE: hue angle of 287.39º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B144CE is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 68 206 -
CMYK 0.14 0.67 0 0.19
HSL 287.39º 0.58% 0.54% -
HSV(B) 287.39º 0.67% 0.81% -
XYZ 31.34 17.94 60.2 -
YUV 116.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 177 68 206 0.14 0.67 0 0.19 287.39 0.58 0.54
Hex B1 44 CE E 43 0 13 11F 3A 36
Octal 261 104 316 16 103 0 23 437 72 66
Binary 10110001 1000100 11001110 1110 1000011 0 10011 100011111 111010 110110

Color Harmonies of #B144CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144CE

Black with #B144CE

Text Example


Text Example

White with #B144CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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