Html Css Color HEX #B45DDD Medium Orchid

📋 copy color: '#B45DDD'

red 180 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #B45DDD

Tints of Medium Orchid #B45DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 36.44%
G = 18.83%
B = 44.74%

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

#B45DDD (or 0xB45DDD) is known color: Medium Orchid. HEX triplet: B4, 5D and DD. RGB value is (180,93,221). Sum of RGB (Red+Green+Blue) = 180+93+221=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #B45DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DDD is #4BA222. Grayscale: #858585. Windows color (decimal): -4956707 or 14507444. OLE color: 14507444.

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

Color convert

RGB 180 93 221 -
CMYK 0.19 0.58 0 0.13
HSL 280.78º 0.65% 0.62% -
HSV(B) 280.78º 0.58% 0.87% -
XYZ 35.79 22.75 70.91 -
YUV 133.61 177.32 161.09 -
System Red Green Blue C M Y K H S L
Decimal 180 93 221 0.19 0.58 0 0.13 280.78 0.65 0.62
Hex B4 5D DD 13 3A 0 D 119 41 3E
Octal 264 135 335 23 72 0 15 431 101 76
Binary 10110100 1011101 11011101 10011 111010 0 1101 100011001 1000001 111110

Color Harmonies of #B45DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DDD

Black with #B45DDD

Text Example


Text Example

White with #B45DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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