Html Css Color HEX #B144FC Medium Orchid

📋 copy color: '#B144FC'

red 177 ◦ green 68 ◦ blue 252

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

Shades of Medium Orchid #B144FC

Tints of Medium Orchid #B144FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 35.61%
G = 13.68%
B = 50.7%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B144FC (or 0xB144FC) is known color: Medium Orchid. HEX triplet: B1, 44 and FC. RGB value is (177,68,252). Sum of RGB (Red+Green+Blue) = 177+68+252=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #B144FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B144FC is #4EBB03. Grayscale: #787878. Windows color (decimal): -5159684 or 16532657. OLE color: 16532657.

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

Color convert

RGB 177 68 252 -
CMYK 0.30 0.73 0 0.01
HSL 275.54º 0.97% 0.63% -
HSV(B) 275.54º 0.73% 0.99% -
XYZ 37.77 20.51 94.06 -
YUV 121.57 201.61 167.54 -
System Red Green Blue C M Y K H S L
Decimal 177 68 252 0.30 0.73 0 0.01 275.54 0.97 0.63
Hex B1 44 FC 1E 49 0 1 114 61 3F
Octal 261 104 374 36 111 0 1 424 141 77
Binary 10110001 1000100 11111100 11110 1001001 0 1 100010100 1100001 111111

Color Harmonies of #B144FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144FC

Black with #B144FC

Text Example


Text Example

White with #B144FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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