Html Css Color HEX #B54CCF Medium Orchid

📋 copy color: '#B54CCF'

red 181 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #B54CCF

Tints of Medium Orchid #B54CCF

RGB

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

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

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

R = 39.01%
G = 16.38%
B = 44.61%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B54CCF (or 0xB54CCF) is known color: Medium Orchid. HEX triplet: B5, 4C and CF. RGB value is (181,76,207). Sum of RGB (Red+Green+Blue) = 181+76+207=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #B54CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CCF is #4AB330. Grayscale: #797979. Windows color (decimal): -4895537 or 13585589. OLE color: 13585589.

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

Color convert

RGB 181 76 207 -
CMYK 0.13 0.63 0 0.19
HSL 288.09º 0.58% 0.55% -
HSV(B) 288.09º 0.63% 0.81% -
XYZ 32.9 19.5 61.06 -
YUV 122.33 175.79 169.85 -
System Red Green Blue C M Y K H S L
Decimal 181 76 207 0.13 0.63 0 0.19 288.09 0.58 0.55
Hex B5 4C CF D 3F 0 13 120 3A 37
Octal 265 114 317 15 77 0 23 440 72 67
Binary 10110101 1001100 11001111 1101 111111 0 10011 100100000 111010 110111

Color Harmonies of #B54CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CCF

Black with #B54CCF

Text Example


Text Example

White with #B54CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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