Html Css Color HEX #B54DCB Medium Orchid

📋 copy color: '#B54DCB'

red 181 ◦ green 77 ◦ blue 203

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

Shades of Medium Orchid #B54DCB

Tints of Medium Orchid #B54DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 39.26%
G = 16.7%
B = 44.03%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B54DCB (or 0xB54DCB) is known color: Medium Orchid. HEX triplet: B5, 4D and CB. RGB value is (181,77,203). Sum of RGB (Red+Green+Blue) = 181+77+203=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #B54DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DCB is #4AB234. Grayscale: #7A7A7A. Windows color (decimal): -4895285 or 13323701. OLE color: 13323701.

HSL color Cylindrical-coordinate representation of color #B54DCB: hue angle of 289.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54DCB is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 77 203 -
CMYK 0.11 0.62 0 0.20
HSL 289.52º 0.55% 0.55% -
HSV(B) 289.52º 0.62% 0.8% -
XYZ 32.49 19.44 58.54 -
YUV 122.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 181 77 203 0.11 0.62 0 0.20 289.52 0.55 0.55
Hex B5 4D CB B 3E 0 14 122 37 37
Octal 265 115 313 13 76 0 24 442 67 67
Binary 10110101 1001101 11001011 1011 111110 0 10100 100100010 110111 110111

Color Harmonies of #B54DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DCB

Black with #B54DCB

Text Example


Text Example

White with #B54DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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