Html Css Color HEX #B154FD Medium Orchid

📋 copy color: '#B154FD'

red 177 ◦ green 84 ◦ blue 253

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

Shades of Medium Orchid #B154FD

Tints of Medium Orchid #B154FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 34.44%
G = 16.34%
B = 49.22%

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

#B154FD (or 0xB154FD) is known color: Medium Orchid. HEX triplet: B1, 54 and FD. RGB value is (177,84,253). Sum of RGB (Red+Green+Blue) = 177+84+253=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #B154FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B154FD is #4EAB02. Grayscale: #828282. Windows color (decimal): -5155587 or 16602289. OLE color: 16602289.

HSL color Cylindrical-coordinate representation of color #B154FD: hue angle of 273.02º degrees, saturation: 0.98, 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 #B154FD is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 84 253 -
CMYK 0.30 0.67 0 0.01
HSL 273.02º 0.98% 0.66% -
HSV(B) 273.02º 0.67% 0.99% -
XYZ 39.03 22.78 95.27 -
YUV 131.07 196.81 160.76 -
System Red Green Blue C M Y K H S L
Decimal 177 84 253 0.30 0.67 0 0.01 273.02 0.98 0.66
Hex B1 54 FD 1E 43 0 1 111 62 42
Octal 261 124 375 36 103 0 1 421 142 102
Binary 10110001 1010100 11111101 11110 1000011 0 1 100010001 1100010 1000010

Color Harmonies of #B154FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154FD

Black with #B154FD

Text Example


Text Example

White with #B154FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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