Html Css Color HEX #B54DDF Medium Orchid

📋 copy color: '#B54DDF'

red 181 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #B54DDF

Tints of Medium Orchid #B54DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 37.63%
G = 16.01%
B = 46.36%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B54DDF (or 0xB54DDF) is known color: Medium Orchid. HEX triplet: B5, 4D and DF. RGB value is (181,77,223). Sum of RGB (Red+Green+Blue) = 181+77+223=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #B54DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DDF is #4AB220. Grayscale: #7C7C7C. Windows color (decimal): -4895265 or 14634421. OLE color: 14634421.

HSL color Cylindrical-coordinate representation of color #B54DDF: hue angle of 282.74º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54DDF is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 77 223 -
CMYK 0.19 0.65 0 0.13
HSL 282.74º 0.7% 0.59% -
HSV(B) 282.74º 0.65% 0.87% -
XYZ 35.03 20.46 71.91 -
YUV 124.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 181 77 223 0.19 0.65 0 0.13 282.74 0.7 0.59
Hex B5 4D DF 13 41 0 D 11B 46 3B
Octal 265 115 337 23 101 0 15 433 106 73
Binary 10110101 1001101 11011111 10011 1000001 0 1101 100011011 1000110 111011

Color Harmonies of #B54DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DDF

Black with #B54DDF

Text Example


Text Example

White with #B54DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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