Html Css Color HEX #B45DDF Medium Orchid

📋 copy color: '#B45DDF'

red 180 ◦ green 93 ◦ blue 223

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

Shades of Medium Orchid #B45DDF

Tints of Medium Orchid #B45DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 36.29%
G = 18.75%
B = 44.96%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B45DDF (or 0xB45DDF) is known color: Medium Orchid. HEX triplet: B4, 5D and DF. RGB value is (180,93,223). Sum of RGB (Red+Green+Blue) = 180+93+223=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #B45DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DDF is #4BA220. Grayscale: #858585. Windows color (decimal): -4956705 or 14638516. OLE color: 14638516.

HSL color Cylindrical-coordinate representation of color #B45DDF: hue angle of 280.15º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B45DDF is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 93 223 -
CMYK 0.19 0.58 0 0.13
HSL 280.15º 0.67% 0.62% -
HSV(B) 280.15º 0.58% 0.87% -
XYZ 36.06 22.86 72.32 -
YUV 133.83 178.32 160.93 -
System Red Green Blue C M Y K H S L
Decimal 180 93 223 0.19 0.58 0 0.13 280.15 0.67 0.62
Hex B4 5D DF 13 3A 0 D 118 43 3E
Octal 264 135 337 23 72 0 15 430 103 76
Binary 10110100 1011101 11011111 10011 111010 0 1101 100011000 1000011 111110

Color Harmonies of #B45DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DDF

Black with #B45DDF

Text Example


Text Example

White with #B45DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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