Html Css Color HEX #B54DFE Medium Orchid

📋 copy color: '#B54DFE'

red 181 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #B54DFE

Tints of Medium Orchid #B54DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.04%

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

R = 35.35%
G = 15.04%
B = 49.61%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B54DFE (or 0xB54DFE) is known color: Medium Orchid. HEX triplet: B5, 4D and FE. RGB value is (181,77,254). Sum of RGB (Red+Green+Blue) = 181+77+254=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #B54DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54DFE is #4AB201. Grayscale: #7F7F7F. Windows color (decimal): -4895234 or 16666037. OLE color: 16666037.

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

Color convert

RGB 181 77 254 -
CMYK 0.29 0.70 0 0.00
HSL 275.25º 0.99% 0.65% -
HSV(B) 275.25º 0.7% 1% -
XYZ 39.6 22.29 95.98 -
YUV 128.27 198.96 165.61 -
System Red Green Blue C M Y K H S L
Decimal 181 77 254 0.29 0.70 0 0.00 275.25 0.99 0.65
Hex B5 4D FE 1D 46 0 0 113 63 41
Octal 265 115 376 35 106 0 0 423 143 101
Binary 10110101 1001101 11111110 11101 1000110 0 0 100010011 1100011 1000001

Color Harmonies of #B54DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DFE

Black with #B54DFE

Text Example


Text Example

White with #B54DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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