Html Css Color HEX #B554FE Medium Orchid

📋 copy color: '#B554FE'

red 181 ◦ green 84 ◦ blue 254

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

Shades of Medium Orchid #B554FE

Tints of Medium Orchid #B554FE

RGB

 RED value IS 181 (71.09% from 255) = 34.87%

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

 BLUE value IS 254 (99.61% from 255) = 48.94%

R = 34.87%
G = 16.18%
B = 48.94%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B554FE (or 0xB554FE) is known color: Medium Orchid. HEX triplet: B5, 54 and FE. RGB value is (181,84,254). Sum of RGB (Red+Green+Blue) = 181+84+254=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #B554FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B554FE is #4AAB01. Grayscale: #838383. Windows color (decimal): -4893442 or 16667829. OLE color: 16667829.

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

Color convert

RGB 181 84 254 -
CMYK 0.29 0.67 0 0.00
HSL 274.24º 0.99% 0.66% -
HSV(B) 274.24º 0.67% 1% -
XYZ 40.12 23.32 96.15 -
YUV 132.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 181 84 254 0.29 0.67 0 0.00 274.24 0.99 0.66
Hex B5 54 FE 1D 43 0 0 112 63 42
Octal 265 124 376 35 103 0 0 422 143 102
Binary 10110101 1010100 11111110 11101 1000011 0 0 100010010 1100011 1000010

Color Harmonies of #B554FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554FE

Black with #B554FE

Text Example


Text Example

White with #B554FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554FE; }

 p { color: rgb(181,84,254); }

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

background-color css

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

 a { background-color: rgb(181,84,254); }

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

border-color css

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

 span { border-color: rgb(181,84,254); }

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