Html Css Color HEX #B141FA Medium Orchid

📋 copy color: '#B141FA'

red 177 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #B141FA

Tints of Medium Orchid #B141FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 35.98%
G = 13.21%
B = 50.81%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B141FA (or 0xB141FA) is known color: Medium Orchid. HEX triplet: B1, 41 and FA. RGB value is (177,65,250). Sum of RGB (Red+Green+Blue) = 177+65+250=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #B141FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B141FA is #4EBE05. Grayscale: #767676. Windows color (decimal): -5160454 or 16400817. OLE color: 16400817.

HSL color Cylindrical-coordinate representation of color #B141FA: hue angle of 276.32º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B141FA is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 65 250 -
CMYK 0.29 0.74 0 0.02
HSL 276.32º 0.95% 0.62% -
HSV(B) 276.32º 0.74% 0.98% -
XYZ 37.28 20.03 92.34 -
YUV 119.58 201.61 168.96 -
System Red Green Blue C M Y K H S L
Decimal 177 65 250 0.29 0.74 0 0.02 276.32 0.95 0.62
Hex B1 41 FA 1D 4A 0 2 114 5F 3E
Octal 261 101 372 35 112 0 2 424 137 76
Binary 10110001 1000001 11111010 11101 1001010 0 10 100010100 1011111 111110

Color Harmonies of #B141FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141FA

Black with #B141FA

Text Example


Text Example

White with #B141FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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