Html Css Color HEX #B141FC Medium Orchid

📋 copy color: '#B141FC'

red 177 ◦ green 65 ◦ blue 252

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

Shades of Medium Orchid #B141FC

Tints of Medium Orchid #B141FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.16%

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

R = 35.83%
G = 13.16%
B = 51.01%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B141FC (or 0xB141FC) is known color: Medium Orchid. HEX triplet: B1, 41 and FC. RGB value is (177,65,252). Sum of RGB (Red+Green+Blue) = 177+65+252=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #B141FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B141FC is #4EBE03. Grayscale: #777777. Windows color (decimal): -5160452 or 16531889. OLE color: 16531889.

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

Color convert

RGB 177 65 252 -
CMYK 0.30 0.74 0 0.01
HSL 275.94º 0.97% 0.62% -
HSV(B) 275.94º 0.74% 0.99% -
XYZ 37.59 20.16 94 -
YUV 119.81 202.61 168.79 -
System Red Green Blue C M Y K H S L
Decimal 177 65 252 0.30 0.74 0 0.01 275.94 0.97 0.62
Hex B1 41 FC 1E 4A 0 1 114 61 3E
Octal 261 101 374 36 112 0 1 424 141 76
Binary 10110001 1000001 11111100 11110 1001010 0 1 100010100 1100001 111110

Color Harmonies of #B141FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141FC

Black with #B141FC

Text Example


Text Example

White with #B141FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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