Html Css Color HEX #B45ECF Medium Orchid

📋 copy color: '#B45ECF'

red 180 ◦ green 94 ◦ blue 207

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

Shades of Medium Orchid #B45ECF

Tints of Medium Orchid #B45ECF

RGB

 RED value IS 180 (70.7% from 255) = 37.42%

 GREEN value IS 94 (37.11% from 255) = 19.54%

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

R = 37.42%
G = 19.54%
B = 43.04%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B45ECF (or 0xB45ECF) is known color: Medium Orchid. HEX triplet: B4, 5E and CF. RGB value is (180,94,207). Sum of RGB (Red+Green+Blue) = 180+94+207=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #B45ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ECF is #4BA130. Grayscale: #848484. Windows color (decimal): -4956465 or 13590196. OLE color: 13590196.

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

Color convert

RGB 180 94 207 -
CMYK 0.13 0.55 0 0.19
HSL 285.66º 0.54% 0.59% -
HSV(B) 285.66º 0.55% 0.81% -
XYZ 34.09 22.21 61.52 -
YUV 132.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 180 94 207 0.13 0.55 0 0.19 285.66 0.54 0.59
Hex B4 5E CF D 37 0 13 11E 36 3B
Octal 264 136 317 15 67 0 23 436 66 73
Binary 10110100 1011110 11001111 1101 110111 0 10011 100011110 110110 111011

Color Harmonies of #B45ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45ECF

Black with #B45ECF

Text Example


Text Example

White with #B45ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45ECF; }

 p { color: rgb(180,94,207); }

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

background-color css

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

 a { background-color: rgb(180,94,207); }

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

border-color css

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

 span { border-color: rgb(180,94,207); }

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