Html Css Color HEX #B149FA Medium Orchid

📋 copy color: '#B149FA'

red 177 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #B149FA

Tints of Medium Orchid #B149FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.6%

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

R = 35.4%
G = 14.6%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B149FA (or 0xB149FA) is known color: Medium Orchid. HEX triplet: B1, 49 and FA. RGB value is (177,73,250). Sum of RGB (Red+Green+Blue) = 177+73+250=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #B149FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B149FA is #4EB605. Grayscale: #7B7B7B. Windows color (decimal): -5158406 or 16402865. OLE color: 16402865.

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

Color convert

RGB 177 73 250 -
CMYK 0.29 0.71 0 0.02
HSL 275.25º 0.95% 0.63% -
HSV(B) 275.25º 0.71% 0.98% -
XYZ 37.77 21.01 92.51 -
YUV 124.27 198.96 165.61 -
System Red Green Blue C M Y K H S L
Decimal 177 73 250 0.29 0.71 0 0.02 275.25 0.95 0.63
Hex B1 49 FA 1D 47 0 2 113 5F 3F
Octal 261 111 372 35 107 0 2 423 137 77
Binary 10110001 1001001 11111010 11101 1000111 0 10 100010011 1011111 111111

Color Harmonies of #B149FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149FA

Black with #B149FA

Text Example


Text Example

White with #B149FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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