Html Css Color HEX #B45BDC Medium Orchid

📋 copy color: '#B45BDC'

red 180 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #B45BDC

Tints of Medium Orchid #B45BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.53%

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 36.66%
G = 18.53%
B = 44.81%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B45BDC (or 0xB45BDC) is known color: Medium Orchid. HEX triplet: B4, 5B and DC. RGB value is (180,91,220). Sum of RGB (Red+Green+Blue) = 180+91+220=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #B45BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BDC is #4BA423. Grayscale: #838383. Windows color (decimal): -4957220 or 14441396. OLE color: 14441396.

HSL color Cylindrical-coordinate representation of color #B45BDC: hue angle of 281.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B45BDC is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 91 220 -
CMYK 0.18 0.59 0 0.14
HSL 281.4º 0.65% 0.61% -
HSV(B) 281.4º 0.59% 0.86% -
XYZ 35.48 22.35 70.15 -
YUV 132.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 180 91 220 0.18 0.59 0 0.14 281.4 0.65 0.61
Hex B4 5B DC 12 3B 0 E 119 41 3D
Octal 264 133 334 22 73 0 16 431 101 75
Binary 10110100 1011011 11011100 10010 111011 0 1110 100011001 1000001 111101

Color Harmonies of #B45BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45BDC

Black with #B45BDC

Text Example


Text Example

White with #B45BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45BDC; }

 p { color: rgb(180,91,220); }

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

background-color css

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

 a { background-color: rgb(180,91,220); }

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

border-color css

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

 span { border-color: rgb(180,91,220); }

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