Html Css Color HEX #B144FF Medium Orchid

📋 copy color: '#B144FF'

red 177 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #B144FF

Tints of Medium Orchid #B144FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 35.4%
G = 13.6%
B = 51%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B144FF (or 0xB144FF) is known color: Medium Orchid. HEX triplet: B1, 44 and FF. RGB value is (177,68,255). Sum of RGB (Red+Green+Blue) = 177+68+255=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #B144FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B144FF is #4EBB00. Grayscale: #797979. Windows color (decimal): -5159681 or 16729265. OLE color: 16729265.

HSL color Cylindrical-coordinate representation of color #B144FF: hue angle of 274.97º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B144FF is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 68 255 -
CMYK 0.31 0.73 0 0
HSL 274.97º 1% 0.63% -
HSV(B) 274.97º 0.73% 1% -
XYZ 38.25 20.7 96.59 -
YUV 121.91 203.11 167.29 -
System Red Green Blue C M Y K H S L
Decimal 177 68 255 0.31 0.73 0 0 274.97 1 0.63
Hex B1 44 FF 1F 49 0 0 113 64 3F
Octal 261 104 377 37 111 0 0 423 144 77
Binary 10110001 1000100 11111111 11111 1001001 0 0 100010011 1100100 111111

Color Harmonies of #B144FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144FF

Black with #B144FF

Text Example


Text Example

White with #B144FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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