Html Css Color HEX #B54DED Medium Orchid

📋 copy color: '#B54DED'

red 181 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #B54DED

Tints of Medium Orchid #B54DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 36.57%
G = 15.56%
B = 47.88%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B54DED (or 0xB54DED) is known color: Medium Orchid. HEX triplet: B5, 4D and ED. RGB value is (181,77,237). Sum of RGB (Red+Green+Blue) = 181+77+237=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #B54DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54DED is #4AB212. Grayscale: #7D7D7D. Windows color (decimal): -4895251 or 15551925. OLE color: 15551925.

HSL color Cylindrical-coordinate representation of color #B54DED: hue angle of 279º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54DED is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 77 237 -
CMYK 0.24 0.68 0 0.07
HSL 279º 0.82% 0.62% -
HSV(B) 279º 0.68% 0.93% -
XYZ 37 21.25 82.27 -
YUV 126.34 190.46 166.99 -
System Red Green Blue C M Y K H S L
Decimal 181 77 237 0.24 0.68 0 0.07 279 0.82 0.62
Hex B5 4D ED 18 44 0 7 117 52 3E
Octal 265 115 355 30 104 0 7 427 122 76
Binary 10110101 1001101 11101101 11000 1000100 0 111 100010111 1010010 111110

Color Harmonies of #B54DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DED

Black with #B54DED

Text Example


Text Example

White with #B54DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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