Html Css Color HEX #B45DCD Medium Orchid

📋 copy color: '#B45DCD'

red 180 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #B45DCD

Tints of Medium Orchid #B45DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 37.66%
G = 19.46%
B = 42.89%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B45DCD (or 0xB45DCD) is known color: Medium Orchid. HEX triplet: B4, 5D and CD. RGB value is (180,93,205). Sum of RGB (Red+Green+Blue) = 180+93+205=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #B45DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DCD is #4BA232. Grayscale: #838383. Windows color (decimal): -4956723 or 13458868. OLE color: 13458868.

HSL color Cylindrical-coordinate representation of color #B45DCD: hue angle of 286.61º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45DCD is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 93 205 -
CMYK 0.12 0.55 0 0.20
HSL 286.61º 0.53% 0.58% -
HSV(B) 286.61º 0.55% 0.8% -
XYZ 33.76 21.94 60.21 -
YUV 131.78 169.32 162.39 -
System Red Green Blue C M Y K H S L
Decimal 180 93 205 0.12 0.55 0 0.20 286.61 0.53 0.58
Hex B4 5D CD C 37 0 14 11F 35 3A
Octal 264 135 315 14 67 0 24 437 65 72
Binary 10110100 1011101 11001101 1100 110111 0 10100 100011111 110101 111010

Color Harmonies of #B45DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DCD

Black with #B45DCD

Text Example


Text Example

White with #B45DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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