Html Css Color HEX #B154FB Medium Orchid

📋 copy color: '#B154FB'

red 177 ◦ green 84 ◦ blue 251

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

Shades of Medium Orchid #B154FB

Tints of Medium Orchid #B154FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.41%

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

R = 34.57%
G = 16.41%
B = 49.02%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B154FB (or 0xB154FB) is known color: Medium Orchid. HEX triplet: B1, 54 and FB. RGB value is (177,84,251). Sum of RGB (Red+Green+Blue) = 177+84+251=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #B154FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B154FB is #4EAB04. Grayscale: #828282. Windows color (decimal): -5155589 or 16471217. OLE color: 16471217.

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

Color convert

RGB 177 84 251 -
CMYK 0.29 0.67 0 0.02
HSL 273.41º 0.95% 0.66% -
HSV(B) 273.41º 0.67% 0.98% -
XYZ 38.71 22.65 93.6 -
YUV 130.85 195.81 160.92 -
System Red Green Blue C M Y K H S L
Decimal 177 84 251 0.29 0.67 0 0.02 273.41 0.95 0.66
Hex B1 54 FB 1D 43 0 2 111 5F 42
Octal 261 124 373 35 103 0 2 421 137 102
Binary 10110001 1010100 11111011 11101 1000011 0 10 100010001 1011111 1000010

Color Harmonies of #B154FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154FB

Black with #B154FB

Text Example


Text Example

White with #B154FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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