Html Css Color HEX #B149FB Medium Orchid

📋 copy color: '#B149FB'

red 177 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #B149FB

Tints of Medium Orchid #B149FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 35.33%
G = 14.57%
B = 50.1%

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

#B149FB (or 0xB149FB) is known color: Medium Orchid. HEX triplet: B1, 49 and FB. RGB value is (177,73,251). Sum of RGB (Red+Green+Blue) = 177+73+251=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #B149FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B149FB is #4EB604. Grayscale: #7B7B7B. Windows color (decimal): -5158405 or 16468401. OLE color: 16468401.

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

Color convert

RGB 177 73 251 -
CMYK 0.29 0.71 0 0.02
HSL 275.06º 0.96% 0.64% -
HSV(B) 275.06º 0.71% 0.98% -
XYZ 37.93 21.08 93.34 -
YUV 124.39 199.46 165.53 -
System Red Green Blue C M Y K H S L
Decimal 177 73 251 0.29 0.71 0 0.02 275.06 0.96 0.64
Hex B1 49 FB 1D 47 0 2 113 60 40
Octal 261 111 373 35 107 0 2 423 140 100
Binary 10110001 1001001 11111011 11101 1000111 0 10 100010011 1100000 1000000

Color Harmonies of #B149FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149FB

Black with #B149FB

Text Example


Text Example

White with #B149FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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