Html Css Color HEX #B154FC Medium Orchid

📋 copy color: '#B154FC'

red 177 ◦ green 84 ◦ blue 252

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

Shades of Medium Orchid #B154FC

Tints of Medium Orchid #B154FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 34.5%
G = 16.37%
B = 49.12%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B154FC (or 0xB154FC) is known color: Medium Orchid. HEX triplet: B1, 54 and FC. RGB value is (177,84,252). Sum of RGB (Red+Green+Blue) = 177+84+252=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #B154FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B154FC is #4EAB03. Grayscale: #828282. Windows color (decimal): -5155588 or 16536753. OLE color: 16536753.

HSL color Cylindrical-coordinate representation of color #B154FC: hue angle of 273.21º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B154FC is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 84 252 -
CMYK 0.30 0.67 0 0.01
HSL 273.21º 0.97% 0.66% -
HSV(B) 273.21º 0.67% 0.99% -
XYZ 38.87 22.72 94.43 -
YUV 130.96 196.31 160.84 -
System Red Green Blue C M Y K H S L
Decimal 177 84 252 0.30 0.67 0 0.01 273.21 0.97 0.66
Hex B1 54 FC 1E 43 0 1 111 61 42
Octal 261 124 374 36 103 0 1 421 141 102
Binary 10110001 1010100 11111100 11110 1000011 0 1 100010001 1100001 1000010

Color Harmonies of #B154FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154FC

Black with #B154FC

Text Example


Text Example

White with #B154FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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