Html Css Color HEX #B54BCF Medium Orchid

📋 copy color: '#B54BCF'

red 181 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #B54BCF

Tints of Medium Orchid #B54BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.2%

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

R = 39.09%
G = 16.2%
B = 44.71%

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

#B54BCF (or 0xB54BCF) is known color: Medium Orchid. HEX triplet: B5, 4B and CF. RGB value is (181,75,207). Sum of RGB (Red+Green+Blue) = 181+75+207=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #B54BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54BCF is #4AB430. Grayscale: #797979. Windows color (decimal): -4895793 or 13585333. OLE color: 13585333.

HSL color Cylindrical-coordinate representation of color #B54BCF: hue angle of 288.18º 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 #B54BCF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 75 207 -
CMYK 0.13 0.64 0 0.19
HSL 288.18º 0.58% 0.55% -
HSV(B) 288.18º 0.64% 0.81% -
XYZ 32.83 19.36 61.04 -
YUV 121.74 176.12 170.27 -
System Red Green Blue C M Y K H S L
Decimal 181 75 207 0.13 0.64 0 0.19 288.18 0.58 0.55
Hex B5 4B CF D 40 0 13 120 3A 37
Octal 265 113 317 15 100 0 23 440 72 67
Binary 10110101 1001011 11001111 1101 1000000 0 10011 100100000 111010 110111

Color Harmonies of #B54BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54BCF

Black with #B54BCF

Text Example


Text Example

White with #B54BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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