Html Css Color HEX #B45DCE Medium Orchid

📋 copy color: '#B45DCE'

red 180 ◦ green 93 ◦ blue 206

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

Shades of Medium Orchid #B45DCE

Tints of Medium Orchid #B45DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.42%

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 37.58%
G = 19.42%
B = 43.01%

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

#B45DCE (or 0xB45DCE) is known color: Medium Orchid. HEX triplet: B4, 5D and CE. RGB value is (180,93,206). Sum of RGB (Red+Green+Blue) = 180+93+206=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #B45DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DCE is #4BA231. Grayscale: #838383. Windows color (decimal): -4956722 or 13524404. OLE color: 13524404.

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

Color convert

RGB 180 93 206 -
CMYK 0.13 0.55 0 0.19
HSL 286.19º 0.54% 0.59% -
HSV(B) 286.19º 0.55% 0.81% -
XYZ 33.88 21.99 60.85 -
YUV 131.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 180 93 206 0.13 0.55 0 0.19 286.19 0.54 0.59
Hex B4 5D CE D 37 0 13 11E 36 3B
Octal 264 135 316 15 67 0 23 436 66 73
Binary 10110100 1011101 11001110 1101 110111 0 10011 100011110 110110 111011

Color Harmonies of #B45DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DCE

Black with #B45DCE

Text Example


Text Example

White with #B45DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DCE; }

 p { color: rgb(180,93,206); }

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

background-color css

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

 a { background-color: rgb(180,93,206); }

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

border-color css

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

 span { border-color: rgb(180,93,206); }

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