Html Css Color HEX #B54CDF Medium Orchid

📋 copy color: '#B54CDF'

red 181 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #B54CDF

Tints of Medium Orchid #B54CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.83%

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

R = 37.71%
G = 15.83%
B = 46.46%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B54CDF (or 0xB54CDF) is known color: Medium Orchid. HEX triplet: B5, 4C and DF. RGB value is (181,76,223). Sum of RGB (Red+Green+Blue) = 181+76+223=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #B54CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CDF is #4AB320. Grayscale: #7B7B7B. Windows color (decimal): -4895521 or 14634165. OLE color: 14634165.

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

Color convert

RGB 181 76 223 -
CMYK 0.19 0.66 0 0.13
HSL 282.86º 0.7% 0.59% -
HSV(B) 282.86º 0.66% 0.87% -
XYZ 34.96 20.32 71.89 -
YUV 124.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 181 76 223 0.19 0.66 0 0.13 282.86 0.7 0.59
Hex B5 4C DF 13 42 0 D 11B 46 3B
Octal 265 114 337 23 102 0 15 433 106 73
Binary 10110101 1001100 11011111 10011 1000010 0 1101 100011011 1000110 111011

Color Harmonies of #B54CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CDF

Black with #B54CDF

Text Example


Text Example

White with #B54CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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