Html Css Color HEX #B54DFD Medium Orchid

📋 copy color: '#B54DFD'

red 181 ◦ green 77 ◦ blue 253

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

Shades of Medium Orchid #B54DFD

Tints of Medium Orchid #B54DFD

RGB

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

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

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

R = 35.42%
G = 15.07%
B = 49.51%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B54DFD (or 0xB54DFD) is known color: Medium Orchid. HEX triplet: B5, 4D and FD. RGB value is (181,77,253). Sum of RGB (Red+Green+Blue) = 181+77+253=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #B54DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54DFD is #4AB202. Grayscale: #7F7F7F. Windows color (decimal): -4895235 or 16600501. OLE color: 16600501.

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

Color convert

RGB 181 77 253 -
CMYK 0.28 0.70 0 0.01
HSL 275.45º 0.98% 0.65% -
HSV(B) 275.45º 0.7% 0.99% -
XYZ 39.44 22.22 95.14 -
YUV 128.16 198.46 165.69 -
System Red Green Blue C M Y K H S L
Decimal 181 77 253 0.28 0.70 0 0.01 275.45 0.98 0.65
Hex B5 4D FD 1C 46 0 1 113 62 41
Octal 265 115 375 34 106 0 1 423 142 101
Binary 10110101 1001101 11111101 11100 1000110 0 1 100010011 1100010 1000001

Color Harmonies of #B54DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DFD

Black with #B54DFD

Text Example


Text Example

White with #B54DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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