Html Css Color HEX #B54ACF Medium Orchid

📋 copy color: '#B54ACF'

red 181 ◦ green 74 ◦ blue 207

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

Shades of Medium Orchid #B54ACF

Tints of Medium Orchid #B54ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.02%

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 39.18%
G = 16.02%
B = 44.81%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B54ACF (or 0xB54ACF) is known color: Medium Orchid. HEX triplet: B5, 4A and CF. RGB value is (181,74,207). Sum of RGB (Red+Green+Blue) = 181+74+207=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #B54ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54ACF is #4AB530. Grayscale: #787878. Windows color (decimal): -4896049 or 13585077. OLE color: 13585077.

HSL color Cylindrical-coordinate representation of color #B54ACF: hue angle of 288.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54ACF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 74 207 -
CMYK 0.13 0.64 0 0.19
HSL 288.27º 0.58% 0.55% -
HSV(B) 288.27º 0.64% 0.81% -
XYZ 32.77 19.23 61.02 -
YUV 121.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 181 74 207 0.13 0.64 0 0.19 288.27 0.58 0.55
Hex B5 4A CF D 40 0 13 120 3A 37
Octal 265 112 317 15 100 0 23 440 72 67
Binary 10110101 1001010 11001111 1101 1000000 0 10011 100100000 111010 110111

Color Harmonies of #B54ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54ACF

Black with #B54ACF

Text Example


Text Example

White with #B54ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54ACF; }

 p { color: rgb(181,74,207); }

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

background-color css

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

 a { background-color: rgb(181,74,207); }

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

border-color css

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

 span { border-color: rgb(181,74,207); }

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