Html Css Color HEX #B148FB Medium Orchid

📋 copy color: '#B148FB'

red 177 ◦ green 72 ◦ blue 251

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

Shades of Medium Orchid #B148FB

Tints of Medium Orchid #B148FB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.4%

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

R = 35.4%
G = 14.4%
B = 50.2%

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

#B148FB (or 0xB148FB) is known color: Medium Orchid. HEX triplet: B1, 48 and FB. RGB value is (177,72,251). Sum of RGB (Red+Green+Blue) = 177+72+251=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #B148FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B148FB is #4EB704. Grayscale: #7B7B7B. Windows color (decimal): -5158661 or 16468145. OLE color: 16468145.

HSL color Cylindrical-coordinate representation of color #B148FB: hue angle of 275.2º degrees, saturation: 0.96, 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 #B148FB is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 72 251 -
CMYK 0.29 0.71 0 0.02
HSL 275.2º 0.96% 0.63% -
HSV(B) 275.2º 0.71% 0.98% -
XYZ 37.86 20.95 93.31 -
YUV 123.8 199.79 165.95 -
System Red Green Blue C M Y K H S L
Decimal 177 72 251 0.29 0.71 0 0.02 275.2 0.96 0.63
Hex B1 48 FB 1D 47 0 2 113 60 3F
Octal 261 110 373 35 107 0 2 423 140 77
Binary 10110001 1001000 11111011 11101 1000111 0 10 100010011 1100000 111111

Color Harmonies of #B148FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148FB

Black with #B148FB

Text Example


Text Example

White with #B148FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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