Html Css Color HEX #B144EB Medium Orchid

📋 copy color: '#B144EB'

red 177 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #B144EB

Tints of Medium Orchid #B144EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.96%

R = 36.88%
G = 14.17%
B = 48.96%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B144EB (or 0xB144EB) is known color: Medium Orchid. HEX triplet: B1, 44 and EB. RGB value is (177,68,235). Sum of RGB (Red+Green+Blue) = 177+68+235=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #B144EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B144EB is #4EBB14. Grayscale: #777777. Windows color (decimal): -5159701 or 15418545. OLE color: 15418545.

HSL color Cylindrical-coordinate representation of color #B144EB: hue angle of 279.16º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B144EB is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 68 235 -
CMYK 0.25 0.71 0 0.08
HSL 279.16º 0.81% 0.59% -
HSV(B) 279.16º 0.71% 0.92% -
XYZ 35.19 19.48 80.5 -
YUV 119.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 177 68 235 0.25 0.71 0 0.08 279.16 0.81 0.59
Hex B1 44 EB 19 47 0 8 117 51 3B
Octal 261 104 353 31 107 0 10 427 121 73
Binary 10110001 1000100 11101011 11001 1000111 0 1000 100010111 1010001 111011

Color Harmonies of #B144EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144EB

Black with #B144EB

Text Example


Text Example

White with #B144EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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