Html Css Color HEX #B45DD0 Medium Orchid

📋 copy color: '#B45DD0'

red 180 ◦ green 93 ◦ blue 208

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

Shades of Medium Orchid #B45DD0

Tints of Medium Orchid #B45DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 37.42%
G = 19.33%
B = 43.24%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B45DD0 (or 0xB45DD0) is known color: Medium Orchid. HEX triplet: B4, 5D and D0. RGB value is (180,93,208). Sum of RGB (Red+Green+Blue) = 180+93+208=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #B45DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DD0 is #4BA22F. Grayscale: #838383. Windows color (decimal): -4956720 or 13655476. OLE color: 13655476.

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

Color convert

RGB 180 93 208 -
CMYK 0.13 0.55 0 0.18
HSL 285.39º 0.55% 0.59% -
HSV(B) 285.39º 0.55% 0.82% -
XYZ 34.12 22.09 62.14 -
YUV 132.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 180 93 208 0.13 0.55 0 0.18 285.39 0.55 0.59
Hex B4 5D D0 D 37 0 12 11D 37 3B
Octal 264 135 320 15 67 0 22 435 67 73
Binary 10110100 1011101 11010000 1101 110111 0 10010 100011101 110111 111011

Color Harmonies of #B45DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DD0

Black with #B45DD0

Text Example


Text Example

White with #B45DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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