Html Css Color HEX #B45DD8 Medium Orchid

📋 copy color: '#B45DD8'

red 180 ◦ green 93 ◦ blue 216

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

Shades of Medium Orchid #B45DD8

Tints of Medium Orchid #B45DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.17%

R = 36.81%
G = 19.02%
B = 44.17%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B45DD8 (or 0xB45DD8) is known color: Medium Orchid. HEX triplet: B4, 5D and D8. RGB value is (180,93,216). Sum of RGB (Red+Green+Blue) = 180+93+216=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #B45DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DD8 is #4BA227. Grayscale: #848484. Windows color (decimal): -4956712 or 14179764. OLE color: 14179764.

HSL color Cylindrical-coordinate representation of color #B45DD8: hue angle of 282.44º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B45DD8 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 93 216 -
CMYK 0.17 0.57 0 0.15
HSL 282.44º 0.61% 0.61% -
HSV(B) 282.44º 0.57% 0.85% -
XYZ 35.13 22.49 67.46 -
YUV 133.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 180 93 216 0.17 0.57 0 0.15 282.44 0.61 0.61
Hex B4 5D D8 11 39 0 F 11A 3D 3D
Octal 264 135 330 21 71 0 17 432 75 75
Binary 10110100 1011101 11011000 10001 111001 0 1111 100011010 111101 111101

Color Harmonies of #B45DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DD8

Black with #B45DD8

Text Example


Text Example

White with #B45DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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