Html Css Color HEX #B54ECF Medium Orchid

📋 copy color: '#B54ECF'

red 181 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #B54ECF

Tints of Medium Orchid #B54ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.74%

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

R = 38.84%
G = 16.74%
B = 44.42%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B54ECF (or 0xB54ECF) is known color: Medium Orchid. HEX triplet: B5, 4E and CF. RGB value is (181,78,207). Sum of RGB (Red+Green+Blue) = 181+78+207=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #B54ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54ECF is #4AB130. Grayscale: #7B7B7B. Windows color (decimal): -4895025 or 13586101. OLE color: 13586101.

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

Color convert

RGB 181 78 207 -
CMYK 0.13 0.62 0 0.19
HSL 287.91º 0.57% 0.56% -
HSV(B) 287.91º 0.62% 0.81% -
XYZ 33.04 19.78 61.11 -
YUV 123.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 181 78 207 0.13 0.62 0 0.19 287.91 0.57 0.56
Hex B5 4E CF D 3E 0 13 120 39 38
Octal 265 116 317 15 76 0 23 440 71 70
Binary 10110101 1001110 11001111 1101 111110 0 10011 100100000 111001 111000

Color Harmonies of #B54ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54ECF

Black with #B54ECF

Text Example


Text Example

White with #B54ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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