Html Css Color HEX #B45ACD Medium Orchid

📋 copy color: '#B45ACD'

red 180 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #B45ACD

Tints of Medium Orchid #B45ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 37.89%
G = 18.95%
B = 43.16%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B45ACD (or 0xB45ACD) is known color: Medium Orchid. HEX triplet: B4, 5A and CD. RGB value is (180,90,205). Sum of RGB (Red+Green+Blue) = 180+90+205=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #B45ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ACD is #4BA532. Grayscale: #818181. Windows color (decimal): -4957491 or 13458100. OLE color: 13458100.

HSL color Cylindrical-coordinate representation of color #B45ACD: hue angle of 286.96º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45ACD is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 90 205 -
CMYK 0.12 0.56 0 0.20
HSL 286.96º 0.53% 0.58% -
HSV(B) 286.96º 0.56% 0.8% -
XYZ 33.5 21.42 60.13 -
YUV 130.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 180 90 205 0.12 0.56 0 0.20 286.96 0.53 0.58
Hex B4 5A CD C 38 0 14 11F 35 3A
Octal 264 132 315 14 70 0 24 437 65 72
Binary 10110100 1011010 11001101 1100 111000 0 10100 100011111 110101 111010

Color Harmonies of #B45ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45ACD

Black with #B45ACD

Text Example


Text Example

White with #B45ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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