Html Css Color HEX #B45ADC Medium Orchid

📋 copy color: '#B45ADC'

red 180 ◦ green 90 ◦ blue 220

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

Shades of Medium Orchid #B45ADC

Tints of Medium Orchid #B45ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.37%

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

R = 36.73%
G = 18.37%
B = 44.9%

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

#B45ADC (or 0xB45ADC) is known color: Medium Orchid. HEX triplet: B4, 5A and DC. RGB value is (180,90,220). Sum of RGB (Red+Green+Blue) = 180+90+220=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #B45ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ADC is #4BA523. Grayscale: #838383. Windows color (decimal): -4957476 or 14441140. OLE color: 14441140.

HSL color Cylindrical-coordinate representation of color #B45ADC: hue angle of 281.54º 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 #B45ADC is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 90 220 -
CMYK 0.18 0.59 0 0.14
HSL 281.54º 0.65% 0.61% -
HSV(B) 281.54º 0.59% 0.86% -
XYZ 35.4 22.18 70.13 -
YUV 131.73 177.82 162.43 -
System Red Green Blue C M Y K H S L
Decimal 180 90 220 0.18 0.59 0 0.14 281.54 0.65 0.61
Hex B4 5A DC 12 3B 0 E 11A 41 3D
Octal 264 132 334 22 73 0 16 432 101 75
Binary 10110100 1011010 11011100 10010 111011 0 1110 100011010 1000001 111101

Color Harmonies of #B45ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45ADC

Black with #B45ADC

Text Example


Text Example

White with #B45ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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